Class: Recurly::Resources::GrantedBy
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::GrantedBy
- Defined in:
- lib/recurly/resources/granted_by.rb
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the subscription or external subscription that grants the permission to the account.
-
#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
#id ⇒ String
Returns 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 |
#object ⇒ String
Returns Object Type.
15 |
# File 'lib/recurly/resources/granted_by.rb', line 15 define_attribute :object, String |