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.
70 71 72 |
# File 'lib/eth.rb', line 70 def initialize self.tx_data_hex = true end |
Instance Attribute Details
#chain_id ⇒ Object
Returns the value of attribute chain_id.
68 69 70 |
# File 'lib/eth.rb', line 68 def chain_id @chain_id end |
#tx_data_hex ⇒ Object
Returns the value of attribute tx_data_hex.
68 69 70 |
# File 'lib/eth.rb', line 68 def tx_data_hex @tx_data_hex end |