Method: Etherlite::Contract::EventBase#initialize
- Defined in:
- lib/etherlite/contract/event_base.rb
#initialize(_block_hash, _block_number, _tx_hash, _address, _attributes) ⇒ EventBase
Returns a new instance of EventBase.
36 37 38 39 40 41 42 |
# File 'lib/etherlite/contract/event_base.rb', line 36 def initialize(_block_hash, _block_number, _tx_hash, _address, _attributes) @block_hash = _block_hash @block_number = _block_number @tx_hash = _tx_hash @address = _address @attributes = _attributes end |