Class: Eth::Configuration
- Inherits:
-
Object
- Object
- Eth::Configuration
- Defined in:
- lib/eth.rb
Instance Attribute Summary collapse
-
#chain_id ⇒ Object
Returns the value of attribute chain_id.
-
#tx_data_hex ⇒ Object
Returns the value of attribute tx_data_hex.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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_id ⇒ Object
Returns the value of attribute chain_id.
59 60 61 |
# File 'lib/eth.rb', line 59 def chain_id @chain_id end |
#tx_data_hex ⇒ Object
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 |