Class: PaygatePk::Contracts::Instrument
- Inherits:
-
Struct
- Object
- Struct
- PaygatePk::Contracts::Instrument
- Defined in:
- lib/paygate_pk/contracts/instrument.rb
Instance Attribute Summary collapse
-
#account_type ⇒ Object
Returns the value of attribute account_type.
-
#description ⇒ Object
Returns the value of attribute description.
-
#instrument_alias ⇒ Object
Returns the value of attribute instrument_alias.
-
#instrument_token ⇒ Object
Returns the value of attribute instrument_token.
-
#raw ⇒ Object
Returns the value of attribute raw.
Instance Attribute Details
#account_type ⇒ Object
Returns the value of attribute account_type
5 6 7 |
# File 'lib/paygate_pk/contracts/instrument.rb', line 5 def account_type @account_type end |
#description ⇒ Object
Returns the value of attribute description
5 6 7 |
# File 'lib/paygate_pk/contracts/instrument.rb', line 5 def description @description end |
#instrument_alias ⇒ Object
Returns the value of attribute instrument_alias
5 6 7 |
# File 'lib/paygate_pk/contracts/instrument.rb', line 5 def instrument_alias @instrument_alias end |
#instrument_token ⇒ Object
Returns the value of attribute instrument_token
5 6 7 |
# File 'lib/paygate_pk/contracts/instrument.rb', line 5 def instrument_token @instrument_token end |
#raw ⇒ Object
Returns the value of attribute raw
5 6 7 |
# File 'lib/paygate_pk/contracts/instrument.rb', line 5 def raw @raw end |