Class: PolarLoop::Types::MandateChargedEvent
- Inherits:
-
Struct
- Object
- Struct
- PolarLoop::Types::MandateChargedEvent
- Defined in:
- lib/polarloop/types/event.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#block_number ⇒ Object
Returns the value of attribute block_number.
-
#log_index ⇒ Object
Returns the value of attribute log_index.
-
#mandate_id ⇒ Object
Returns the value of attribute mandate_id.
-
#merchant ⇒ Object
Returns the value of attribute merchant.
-
#payer ⇒ Object
Returns the value of attribute payer.
-
#timestamp ⇒ Object
Returns the value of attribute timestamp.
-
#tx_hash ⇒ Object
Returns the value of attribute tx_hash.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
20 21 22 |
# File 'lib/polarloop/types/event.rb', line 20 def amount @amount end |
#block_number ⇒ Object
Returns the value of attribute block_number
20 21 22 |
# File 'lib/polarloop/types/event.rb', line 20 def block_number @block_number end |
#log_index ⇒ Object
Returns the value of attribute log_index
20 21 22 |
# File 'lib/polarloop/types/event.rb', line 20 def log_index @log_index end |
#mandate_id ⇒ Object
Returns the value of attribute mandate_id
20 21 22 |
# File 'lib/polarloop/types/event.rb', line 20 def mandate_id @mandate_id end |
#merchant ⇒ Object
Returns the value of attribute merchant
20 21 22 |
# File 'lib/polarloop/types/event.rb', line 20 def merchant @merchant end |
#payer ⇒ Object
Returns the value of attribute payer
20 21 22 |
# File 'lib/polarloop/types/event.rb', line 20 def payer @payer end |
#timestamp ⇒ Object
Returns the value of attribute timestamp
20 21 22 |
# File 'lib/polarloop/types/event.rb', line 20 def @timestamp end |
#tx_hash ⇒ Object
Returns the value of attribute tx_hash
20 21 22 |
# File 'lib/polarloop/types/event.rb', line 20 def tx_hash @tx_hash end |