Class: CheckoutSdk::Instruments::UpdateInstrumentToken
- Inherits:
-
UpdateInstrument
- Object
- UpdateInstrument
- CheckoutSdk::Instruments::UpdateInstrumentToken
- Defined in:
- lib/checkout_sdk/instruments/update/update_instrument_token.rb
Instance Attribute Summary collapse
Attributes inherited from UpdateInstrument
Instance Method Summary collapse
-
#initialize ⇒ UpdateInstrumentToken
constructor
A new instance of UpdateInstrumentToken.
Constructor Details
#initialize ⇒ UpdateInstrumentToken
Returns a new instance of UpdateInstrumentToken.
10 11 12 |
# File 'lib/checkout_sdk/instruments/update/update_instrument_token.rb', line 10 def initialize super CheckoutSdk::Common::InstrumentType::TOKEN end |
Instance Attribute Details
#token ⇒ String
7 8 9 10 11 12 13 |
# File 'lib/checkout_sdk/instruments/update/update_instrument_token.rb', line 7 class UpdateInstrumentToken < UpdateInstrument attr_accessor :token def initialize super CheckoutSdk::Common::InstrumentType::TOKEN end end |