Class: Stripe::Issuing::PhysicalBundle::Features
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Issuing::PhysicalBundle::Features
- Defined in:
- lib/stripe/resources/issuing/physical_bundle.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#card_logo ⇒ Object
readonly
Returns the value of attribute card_logo.
-
#carrier_text ⇒ Object
readonly
Returns the value of attribute carrier_text.
-
#second_line ⇒ Object
readonly
Returns the value of attribute second_line.
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
#card_logo ⇒ Object (readonly)
Returns the value of attribute card_logo.
16 17 18 |
# File 'lib/stripe/resources/issuing/physical_bundle.rb', line 16 def card_logo @card_logo end |
#carrier_text ⇒ Object (readonly)
Returns the value of attribute carrier_text.
16 17 18 |
# File 'lib/stripe/resources/issuing/physical_bundle.rb', line 16 def carrier_text @carrier_text end |
#second_line ⇒ Object (readonly)
Returns the value of attribute second_line.
16 17 18 |
# File 'lib/stripe/resources/issuing/physical_bundle.rb', line 16 def second_line @second_line end |