Class: Stripe::Checkout::Session::CustomField
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Checkout::Session::CustomField
- Defined in:
- lib/stripe/resources/checkout/session.rb
Defined Under Namespace
Classes: Dropdown, Label, Numeric, Text
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#dropdown ⇒ Object
readonly
Returns the value of attribute dropdown.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#label ⇒ Object
readonly
Returns the value of attribute label.
-
#numeric ⇒ Object
readonly
Returns the value of attribute numeric.
-
#optional ⇒ Object
readonly
Returns the value of attribute optional.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
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
#dropdown ⇒ Object (readonly)
Returns the value of attribute dropdown.
96 97 98 |
# File 'lib/stripe/resources/checkout/session.rb', line 96 def dropdown @dropdown end |
#key ⇒ Object (readonly)
Returns the value of attribute key.
96 97 98 |
# File 'lib/stripe/resources/checkout/session.rb', line 96 def key @key end |
#label ⇒ Object (readonly)
Returns the value of attribute label.
96 97 98 |
# File 'lib/stripe/resources/checkout/session.rb', line 96 def label @label end |
#numeric ⇒ Object (readonly)
Returns the value of attribute numeric.
96 97 98 |
# File 'lib/stripe/resources/checkout/session.rb', line 96 def numeric @numeric end |
#optional ⇒ Object (readonly)
Returns the value of attribute optional.
96 97 98 |
# File 'lib/stripe/resources/checkout/session.rb', line 96 def optional @optional end |
#text ⇒ Object (readonly)
Returns the value of attribute text.
96 97 98 |
# File 'lib/stripe/resources/checkout/session.rb', line 96 def text @text end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
96 97 98 |
# File 'lib/stripe/resources/checkout/session.rb', line 96 def type @type end |