Class: PolarLoop::Types::MandateCreatedEvent
- Inherits:
-
Struct
- Object
- Struct
- PolarLoop::Types::MandateCreatedEvent
- 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.
-
#interval ⇒ Object
Returns the value of attribute interval.
-
#log_index ⇒ Object
Returns the value of attribute log_index.
-
#mandate_id ⇒ Object
Returns the value of attribute mandate_id.
-
#max_total_amount ⇒ Object
Returns the value of attribute max_total_amount.
-
#merchant ⇒ Object
Returns the value of attribute merchant.
-
#payer ⇒ Object
Returns the value of attribute payer.
-
#reference_id ⇒ Object
Returns the value of attribute reference_id.
-
#token ⇒ Object
Returns the value of attribute token.
-
#tx_hash ⇒ Object
Returns the value of attribute tx_hash.
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount
5 6 7 |
# File 'lib/polarloop/types/event.rb', line 5 def amount @amount end |
#block_number ⇒ Object
Returns the value of attribute block_number
5 6 7 |
# File 'lib/polarloop/types/event.rb', line 5 def block_number @block_number end |
#interval ⇒ Object
Returns the value of attribute interval
5 6 7 |
# File 'lib/polarloop/types/event.rb', line 5 def interval @interval end |
#log_index ⇒ Object
Returns the value of attribute log_index
5 6 7 |
# File 'lib/polarloop/types/event.rb', line 5 def log_index @log_index end |
#mandate_id ⇒ Object
Returns the value of attribute mandate_id
5 6 7 |
# File 'lib/polarloop/types/event.rb', line 5 def mandate_id @mandate_id end |
#max_total_amount ⇒ Object
Returns the value of attribute max_total_amount
5 6 7 |
# File 'lib/polarloop/types/event.rb', line 5 def max_total_amount @max_total_amount end |
#merchant ⇒ Object
Returns the value of attribute merchant
5 6 7 |
# File 'lib/polarloop/types/event.rb', line 5 def merchant @merchant end |
#payer ⇒ Object
Returns the value of attribute payer
5 6 7 |
# File 'lib/polarloop/types/event.rb', line 5 def payer @payer end |
#reference_id ⇒ Object
Returns the value of attribute reference_id
5 6 7 |
# File 'lib/polarloop/types/event.rb', line 5 def reference_id @reference_id end |
#token ⇒ Object
Returns the value of attribute token
5 6 7 |
# File 'lib/polarloop/types/event.rb', line 5 def token @token end |
#tx_hash ⇒ Object
Returns the value of attribute tx_hash
5 6 7 |
# File 'lib/polarloop/types/event.rb', line 5 def tx_hash @tx_hash end |