Class: Stripe::Terminal::Reader::Action::CollectInputs::Input
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Terminal::Reader::Action::CollectInputs::Input
- Defined in:
- lib/stripe/resources/terminal/reader.rb
Defined Under Namespace
Classes: CustomText, Email, Numeric, Phone, Selection, Signature, Text, Toggle
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#custom_text ⇒ Object
readonly
Returns the value of attribute custom_text.
-
#email ⇒ Object
readonly
Returns the value of attribute email.
-
#numeric ⇒ Object
readonly
Returns the value of attribute numeric.
-
#phone ⇒ Object
readonly
Returns the value of attribute phone.
-
#required ⇒ Object
readonly
Returns the value of attribute required.
-
#selection ⇒ Object
readonly
Returns the value of attribute selection.
-
#signature ⇒ Object
readonly
Returns the value of attribute signature.
-
#skipped ⇒ Object
readonly
Returns the value of attribute skipped.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
-
#toggles ⇒ Object
readonly
Returns the value of attribute toggles.
-
#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
#custom_text ⇒ Object (readonly)
Returns the value of attribute custom_text.
57 58 59 |
# File 'lib/stripe/resources/terminal/reader.rb', line 57 def custom_text @custom_text end |
#email ⇒ Object (readonly)
Returns the value of attribute email.
57 58 59 |
# File 'lib/stripe/resources/terminal/reader.rb', line 57 def email @email end |
#numeric ⇒ Object (readonly)
Returns the value of attribute numeric.
57 58 59 |
# File 'lib/stripe/resources/terminal/reader.rb', line 57 def numeric @numeric end |
#phone ⇒ Object (readonly)
Returns the value of attribute phone.
57 58 59 |
# File 'lib/stripe/resources/terminal/reader.rb', line 57 def phone @phone end |
#required ⇒ Object (readonly)
Returns the value of attribute required.
57 58 59 |
# File 'lib/stripe/resources/terminal/reader.rb', line 57 def required @required end |
#selection ⇒ Object (readonly)
Returns the value of attribute selection.
57 58 59 |
# File 'lib/stripe/resources/terminal/reader.rb', line 57 def selection @selection end |
#signature ⇒ Object (readonly)
Returns the value of attribute signature.
57 58 59 |
# File 'lib/stripe/resources/terminal/reader.rb', line 57 def signature @signature end |
#skipped ⇒ Object (readonly)
Returns the value of attribute skipped.
57 58 59 |
# File 'lib/stripe/resources/terminal/reader.rb', line 57 def skipped @skipped end |
#text ⇒ Object (readonly)
Returns the value of attribute text.
57 58 59 |
# File 'lib/stripe/resources/terminal/reader.rb', line 57 def text @text end |
#toggles ⇒ Object (readonly)
Returns the value of attribute toggles.
57 58 59 |
# File 'lib/stripe/resources/terminal/reader.rb', line 57 def toggles @toggles end |
#type ⇒ Object (readonly)
Returns the value of attribute type.
57 58 59 |
# File 'lib/stripe/resources/terminal/reader.rb', line 57 def type @type end |