Class: Recurly::Resources::ShippingMethodMini
- Inherits:
-
Recurly::Resource
- Object
- Recurly::Resource
- Recurly::Resources::ShippingMethodMini
- Defined in:
- lib/recurly/resources/shipping_method_mini.rb
Instance Attribute Summary collapse
-
#code ⇒ String
The internal name used identify the shipping method.
-
#id ⇒ String
Shipping Method ID.
-
#name ⇒ String
The name of the shipping method displayed to customers.
-
#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
#code ⇒ String
Returns The internal name used identify the shipping method.
11 |
# File 'lib/recurly/resources/shipping_method_mini.rb', line 11 define_attribute :code, String |
#id ⇒ String
Returns Shipping Method ID.
15 |
# File 'lib/recurly/resources/shipping_method_mini.rb', line 15 define_attribute :id, String |
#name ⇒ String
Returns The name of the shipping method displayed to customers.
19 |
# File 'lib/recurly/resources/shipping_method_mini.rb', line 19 define_attribute :name, String |
#object ⇒ String
Returns Object type.
23 |
# File 'lib/recurly/resources/shipping_method_mini.rb', line 23 define_attribute :object, String |