Class: Stripe::Terminal::Reader::Action::CollectInputs::Input::CustomText
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Terminal::Reader::Action::CollectInputs::Input::CustomText
- Defined in:
- lib/stripe/resources/terminal/reader.rb
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Customize the default description for this input.
-
#skip_button ⇒ Object
readonly
Customize the default label for this input’s skip button.
-
#submit_button ⇒ Object
readonly
Customize the default label for this input’s submit button.
-
#title ⇒ Object
readonly
Customize the default title for this input.
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
#description ⇒ Object (readonly)
Customize the default description for this input
25 26 27 |
# File 'lib/stripe/resources/terminal/reader.rb', line 25 def description @description end |
#skip_button ⇒ Object (readonly)
Customize the default label for this input’s skip button
28 29 30 |
# File 'lib/stripe/resources/terminal/reader.rb', line 28 def @skip_button end |
#submit_button ⇒ Object (readonly)
Customize the default label for this input’s submit button
31 32 33 |
# File 'lib/stripe/resources/terminal/reader.rb', line 31 def @submit_button end |
#title ⇒ Object (readonly)
Customize the default title for this input
34 35 36 |
# File 'lib/stripe/resources/terminal/reader.rb', line 34 def title @title end |