Class: Recurly::Resources::GrantedBy

Inherits:
Recurly::Resource show all
Defined in:
lib/recurly/resources/granted_by.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

#idString

Returns The ID of the subscription or external subscription that grants the permission to the account.

Returns:

  • (String)

    The ID of the subscription or external subscription that grants the permission to the account.



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

define_attribute :id, String

#objectString

Returns Object Type.

Returns:

  • (String)

    Object Type



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

define_attribute :object, String