Class: Stripe::Terminal::Configuration::Tipping
- Inherits:
-
StripeObject
- Object
- StripeObject
- Stripe::Terminal::Configuration::Tipping
- Defined in:
- lib/stripe/resources/terminal/configuration.rb
Defined Under Namespace
Classes: Aud, Cad, Chf, Czk, Dkk, Eur, Gbp, Hkd, Myr, Nok, Nzd, Pln, Sek, Sgd, Usd
Constant Summary
Constants inherited from StripeObject
StripeObject::RESERVED_FIELD_NAMES
Instance Attribute Summary collapse
-
#aud ⇒ Object
readonly
Returns the value of attribute aud.
-
#cad ⇒ Object
readonly
Returns the value of attribute cad.
-
#chf ⇒ Object
readonly
Returns the value of attribute chf.
-
#czk ⇒ Object
readonly
Returns the value of attribute czk.
-
#dkk ⇒ Object
readonly
Returns the value of attribute dkk.
-
#eur ⇒ Object
readonly
Returns the value of attribute eur.
-
#gbp ⇒ Object
readonly
Returns the value of attribute gbp.
-
#hkd ⇒ Object
readonly
Returns the value of attribute hkd.
-
#myr ⇒ Object
readonly
Returns the value of attribute myr.
-
#nok ⇒ Object
readonly
Returns the value of attribute nok.
-
#nzd ⇒ Object
readonly
Returns the value of attribute nzd.
-
#pln ⇒ Object
readonly
Returns the value of attribute pln.
-
#sek ⇒ Object
readonly
Returns the value of attribute sek.
-
#sgd ⇒ Object
readonly
Returns the value of attribute sgd.
-
#usd ⇒ Object
readonly
Returns the value of attribute usd.
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
#aud ⇒ Object (readonly)
Returns the value of attribute aud.
94 95 96 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 94 def aud @aud end |
#cad ⇒ Object (readonly)
Returns the value of attribute cad.
94 95 96 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 94 def cad @cad end |
#chf ⇒ Object (readonly)
Returns the value of attribute chf.
94 95 96 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 94 def chf @chf end |
#czk ⇒ Object (readonly)
Returns the value of attribute czk.
94 95 96 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 94 def czk @czk end |
#dkk ⇒ Object (readonly)
Returns the value of attribute dkk.
94 95 96 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 94 def dkk @dkk end |
#eur ⇒ Object (readonly)
Returns the value of attribute eur.
94 95 96 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 94 def eur @eur end |
#gbp ⇒ Object (readonly)
Returns the value of attribute gbp.
94 95 96 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 94 def gbp @gbp end |
#hkd ⇒ Object (readonly)
Returns the value of attribute hkd.
94 95 96 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 94 def hkd @hkd end |
#myr ⇒ Object (readonly)
Returns the value of attribute myr.
94 95 96 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 94 def myr @myr end |
#nok ⇒ Object (readonly)
Returns the value of attribute nok.
94 95 96 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 94 def nok @nok end |
#nzd ⇒ Object (readonly)
Returns the value of attribute nzd.
94 95 96 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 94 def nzd @nzd end |
#pln ⇒ Object (readonly)
Returns the value of attribute pln.
94 95 96 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 94 def pln @pln end |
#sek ⇒ Object (readonly)
Returns the value of attribute sek.
94 95 96 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 94 def sek @sek end |
#sgd ⇒ Object (readonly)
Returns the value of attribute sgd.
94 95 96 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 94 def sgd @sgd end |
#usd ⇒ Object (readonly)
Returns the value of attribute usd.
94 95 96 |
# File 'lib/stripe/resources/terminal/configuration.rb', line 94 def usd @usd end |