Class: Recurly::Resources::Entitlements

Inherits:
Recurly::Resource show all
Defined in:
lib/recurly/resources/entitlements.rb

Instance Attribute Summary collapse

Attributes inherited from Recurly::Resource

#attributes

Method Summary

Methods inherited from Recurly::Resource

#==, #get_response, #inspect, #requires_client?, #to_json, #to_s

Methods included from Schema::SchemaFactory

#schema

Methods included from Schema::ResourceCaster

#cast

Methods included from Schema::SchemaValidator

#get_did_you_mean, #validate!, #validate_attribute!

Instance Attribute Details

#dataArray[Entitlement]

Returns:



11
# File 'lib/recurly/resources/entitlements.rb', line 11

define_attribute :data, Array, { :item_type => :Entitlement }

#has_moreBoolean

Returns Indicates there are more results on subsequent pages.

Returns:

  • (Boolean)

    Indicates there are more results on subsequent pages.



15
# File 'lib/recurly/resources/entitlements.rb', line 15

define_attribute :has_more, :Boolean

#nextString

Returns Path to subsequent page of results.

Returns:

  • (String)

    Path to subsequent page of results.



19
# File 'lib/recurly/resources/entitlements.rb', line 19

define_attribute :next, String

#objectString

Returns Object Type.

Returns:

  • (String)

    Object Type



23
# File 'lib/recurly/resources/entitlements.rb', line 23

define_attribute :object, String