Class: PolarLoop::Types::MandateRevokedEvent

Inherits:
Struct
  • Object
show all
Defined in:
lib/polarloop/types/event.rb

Instance Attribute Summary collapse

Instance Attribute Details

#block_numberObject

Returns the value of attribute block_number

Returns:

  • (Object)

    the current value of block_number



32
33
34
# File 'lib/polarloop/types/event.rb', line 32

def block_number
  @block_number
end

#log_indexObject

Returns the value of attribute log_index

Returns:

  • (Object)

    the current value of log_index



32
33
34
# File 'lib/polarloop/types/event.rb', line 32

def log_index
  @log_index
end

#mandate_idObject

Returns the value of attribute mandate_id

Returns:

  • (Object)

    the current value of mandate_id



32
33
34
# File 'lib/polarloop/types/event.rb', line 32

def mandate_id
  @mandate_id
end

#payerObject

Returns the value of attribute payer

Returns:

  • (Object)

    the current value of payer



32
33
34
# File 'lib/polarloop/types/event.rb', line 32

def payer
  @payer
end

#tx_hashObject

Returns the value of attribute tx_hash

Returns:

  • (Object)

    the current value of tx_hash



32
33
34
# File 'lib/polarloop/types/event.rb', line 32

def tx_hash
  @tx_hash
end