Class: Stripe::Issuing::Authorization::Fuel
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::Authorization::Fuel
- Defined in:
- lib/stripe/resources/issuing/authorization.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#industry_product_code ⇒ Object
readonly
Returns the value of attribute industry_product_code.
-
#quantity_decimal ⇒ Object
readonly
Returns the value of attribute quantity_decimal.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
-
#unit ⇒ Object
readonly
Returns the value of attribute unit.
-
#unit_cost_decimal ⇒ Object
readonly
Returns the value of attribute unit_cost_decimal.
Attributes inherited from StripeObject
Method Summary
Methods inherited from StripeObject
#==, #[], #[]=, additive_object_param, additive_object_param?, #as_json, construct_from, #deleted?, #dirty!, #each, #eql?, #hash, #initialize, #inspect, #keys, #marshal_dump, #marshal_load, protected_fields, #serialize_params, #to_hash, #to_json, #to_s, #update_attributes, #values
Constructor Details
This class inherits a constructor from Stripe::StripeObject
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Stripe::StripeObject
Instance Attribute Details
#industry_product_code ⇒ Object (readonly)
Returns the value of attribute industry_product_code.
52 53 54 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 52 def industry_product_code @industry_product_code end |
#quantity_decimal ⇒ Object (readonly)
Returns the value of attribute quantity_decimal.
52 53 54 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 52 def quantity_decimal @quantity_decimal end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
52 53 54 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 52 def type @type end |
#unit ⇒ Object (readonly)
Returns the value of attribute unit.
52 53 54 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 52 def unit @unit end |
#unit_cost_decimal ⇒ Object (readonly)
Returns the value of attribute unit_cost_decimal.
52 53 54 |
# File 'lib/stripe/resources/issuing/authorization.rb', line 52 def unit_cost_decimal @unit_cost_decimal end |