Class: Eth::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/eth.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



61
62
63
64
# File 'lib/eth.rb', line 61

def initialize
  self.chain_id = nil
  self.tx_data_hex = true
end

Instance Attribute Details

#chain_idObject

Returns the value of attribute chain_id.



59
60
61
# File 'lib/eth.rb', line 59

def chain_id
  @chain_id
end

#tx_data_hexObject

Returns the value of attribute tx_data_hex.



59
60
61
# File 'lib/eth.rb', line 59

def tx_data_hex
  @tx_data_hex
end