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.



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

def initialize
  self.tx_data_hex = true
end

Instance Attribute Details

#chain_idObject

Returns the value of attribute chain_id.



56
57
58
# File 'lib/eth.rb', line 56

def chain_id
  @chain_id
end

#tx_data_hexObject

Returns the value of attribute tx_data_hex.



56
57
58
# File 'lib/eth.rb', line 56

def tx_data_hex
  @tx_data_hex
end