Class: Recurly::Resources::ItemMini
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::ItemMini
- Defined in:
- lib/recurly/resources/item_mini.rb
Instance Attribute Summary collapse
-
#code ⇒ String
Unique code to identify the item.
-
#description ⇒ String
Optional, description.
-
#id ⇒ String
Item ID.
-
#name ⇒ String
This name describes your item and will appear on the invoice when it's purchased on a one time basis.
-
#object ⇒ String
Object type.
-
#state ⇒ String
The current state of the item.
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
#code ⇒ String
Returns Unique code to identify the item.
11 |
# File 'lib/recurly/resources/item_mini.rb', line 11 define_attribute :code, String |
#description ⇒ String
Returns Optional, description.
15 |
# File 'lib/recurly/resources/item_mini.rb', line 15 define_attribute :description, String |
#id ⇒ String
Returns Item ID.
19 |
# File 'lib/recurly/resources/item_mini.rb', line 19 define_attribute :id, String |
#name ⇒ String
Returns This name describes your item and will appear on the invoice when it's purchased on a one time basis.
23 |
# File 'lib/recurly/resources/item_mini.rb', line 23 define_attribute :name, String |
#object ⇒ String
Returns Object type.
27 |
# File 'lib/recurly/resources/item_mini.rb', line 27 define_attribute :object, String |
#state ⇒ String
Returns The current state of the item.
31 |
# File 'lib/recurly/resources/item_mini.rb', line 31 define_attribute :state, String |