Class: Recurly::Resources::ExportDates
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::ExportDates
- Defined in:
- lib/recurly/resources/export_dates.rb
Instance Attribute Summary collapse
-
#dates ⇒ Array[String]
An array of dates that have available exports.
-
#object ⇒ String
Object type.
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
#dates ⇒ Array[String]
Returns An array of dates that have available exports.
11 |
# File 'lib/recurly/resources/export_dates.rb', line 11 define_attribute :dates, Array, { :item_type => String } |
#object ⇒ String
Returns Object type.
15 |
# File 'lib/recurly/resources/export_dates.rb', line 15 define_attribute :object, String |