Class: Stripe::Terminal::Configuration::Tipping

Inherits:
StripeObject
  • Object
show all
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

Attributes inherited from StripeObject

#last_response

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

#audObject (readonly)

Returns the value of attribute aud.



94
95
96
# File 'lib/stripe/resources/terminal/configuration.rb', line 94

def aud
  @aud
end

#cadObject (readonly)

Returns the value of attribute cad.



94
95
96
# File 'lib/stripe/resources/terminal/configuration.rb', line 94

def cad
  @cad
end

#chfObject (readonly)

Returns the value of attribute chf.



94
95
96
# File 'lib/stripe/resources/terminal/configuration.rb', line 94

def chf
  @chf
end

#czkObject (readonly)

Returns the value of attribute czk.



94
95
96
# File 'lib/stripe/resources/terminal/configuration.rb', line 94

def czk
  @czk
end

#dkkObject (readonly)

Returns the value of attribute dkk.



94
95
96
# File 'lib/stripe/resources/terminal/configuration.rb', line 94

def dkk
  @dkk
end

#eurObject (readonly)

Returns the value of attribute eur.



94
95
96
# File 'lib/stripe/resources/terminal/configuration.rb', line 94

def eur
  @eur
end

#gbpObject (readonly)

Returns the value of attribute gbp.



94
95
96
# File 'lib/stripe/resources/terminal/configuration.rb', line 94

def gbp
  @gbp
end

#hkdObject (readonly)

Returns the value of attribute hkd.



94
95
96
# File 'lib/stripe/resources/terminal/configuration.rb', line 94

def hkd
  @hkd
end

#myrObject (readonly)

Returns the value of attribute myr.



94
95
96
# File 'lib/stripe/resources/terminal/configuration.rb', line 94

def myr
  @myr
end

#nokObject (readonly)

Returns the value of attribute nok.



94
95
96
# File 'lib/stripe/resources/terminal/configuration.rb', line 94

def nok
  @nok
end

#nzdObject (readonly)

Returns the value of attribute nzd.



94
95
96
# File 'lib/stripe/resources/terminal/configuration.rb', line 94

def nzd
  @nzd
end

#plnObject (readonly)

Returns the value of attribute pln.



94
95
96
# File 'lib/stripe/resources/terminal/configuration.rb', line 94

def pln
  @pln
end

#sekObject (readonly)

Returns the value of attribute sek.



94
95
96
# File 'lib/stripe/resources/terminal/configuration.rb', line 94

def sek
  @sek
end

#sgdObject (readonly)

Returns the value of attribute sgd.



94
95
96
# File 'lib/stripe/resources/terminal/configuration.rb', line 94

def sgd
  @sgd
end

#usdObject (readonly)

Returns the value of attribute usd.



94
95
96
# File 'lib/stripe/resources/terminal/configuration.rb', line 94

def usd
  @usd
end