Class: Recurly::Resources::ExternalProductReferenceCollection
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::ExternalProductReferenceCollection
- Defined in:
- lib/recurly/resources/external_product_reference_collection.rb
Instance Attribute Summary collapse
- #data ⇒ Array[ExternalProductReferenceMini]
-
#has_more ⇒ Boolean
Indicates there are more results on subsequent pages.
-
#next ⇒ String
Path to subsequent page of results.
-
#object ⇒ String
Will always be List.
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
#data ⇒ Array[ExternalProductReferenceMini]
11 |
# File 'lib/recurly/resources/external_product_reference_collection.rb', line 11 define_attribute :data, Array, { :item_type => :ExternalProductReferenceMini } |
#has_more ⇒ Boolean
Returns Indicates there are more results on subsequent pages.
15 |
# File 'lib/recurly/resources/external_product_reference_collection.rb', line 15 define_attribute :has_more, :Boolean |
#next ⇒ String
Returns Path to subsequent page of results.
19 |
# File 'lib/recurly/resources/external_product_reference_collection.rb', line 19 define_attribute :next, String |
#object ⇒ String
Returns Will always be List.
23 |
# File 'lib/recurly/resources/external_product_reference_collection.rb', line 23 define_attribute :object, String |