Class: Recurly::Resources::DunningInterval
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::DunningInterval
- Defined in:
- lib/recurly/resources/dunning_interval.rb
Instance Attribute Summary collapse
-
#days ⇒ Integer
Number of days before sending the next email.
-
#email_template ⇒ String
Email template being used.
Attributes inherited from Recurly::Resource
Method Summary
Methods inherited from Recurly::Resource
#==, #get_response, #inspect, #requires_client?, #to_json, #to_s
Methods included from Schema::SchemaFactory
Methods included from Schema::ResourceCaster
Methods included from Schema::SchemaValidator
#get_did_you_mean, #validate!, #validate_attribute!
Instance Attribute Details
#days ⇒ Integer
Returns Number of days before sending the next email.
11 |
# File 'lib/recurly/resources/dunning_interval.rb', line 11 define_attribute :days, Integer |
#email_template ⇒ String
Returns Email template being used.
15 |
# File 'lib/recurly/resources/dunning_interval.rb', line 15 define_attribute :email_template, String |