Class: Recurly::Resources::ExportFiles
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::ExportFiles
- Defined in:
- lib/recurly/resources/export_files.rb
Instance Attribute Summary collapse
- #files ⇒ Array[ExportFile]
-
#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
#files ⇒ Array[ExportFile]
11 |
# File 'lib/recurly/resources/export_files.rb', line 11 define_attribute :files, Array, { :item_type => :ExportFile } |
#object ⇒ String
Returns Object type.
15 |
# File 'lib/recurly/resources/export_files.rb', line 15 define_attribute :object, String |