Class: PolarLoop::Types::MandateRevokedEvent
- Inherits:
-
Struct
- Object
- Struct
- PolarLoop::Types::MandateRevokedEvent
- Defined in:
- lib/polarloop/types/event.rb
Instance Attribute Summary collapse
-
#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.
-
#payer ⇒ Object
Returns the value of attribute payer.
-
#tx_hash ⇒ Object
Returns the value of attribute tx_hash.
Instance Attribute Details
#block_number ⇒ Object
Returns the value of attribute block_number
32 33 34 |
# File 'lib/polarloop/types/event.rb', line 32 def block_number @block_number end |
#log_index ⇒ Object
Returns the value of attribute log_index
32 33 34 |
# File 'lib/polarloop/types/event.rb', line 32 def log_index @log_index end |
#mandate_id ⇒ Object
Returns the value of attribute mandate_id
32 33 34 |
# File 'lib/polarloop/types/event.rb', line 32 def mandate_id @mandate_id end |
#payer ⇒ Object
Returns the value of attribute payer
32 33 34 |
# File 'lib/polarloop/types/event.rb', line 32 def payer @payer end |
#tx_hash ⇒ Object
Returns the value of attribute tx_hash
32 33 34 |
# File 'lib/polarloop/types/event.rb', line 32 def tx_hash @tx_hash end |