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