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.
63 64 65 |
# File 'lib/eth.rb', line 63 def initialize self.tx_data_hex = true end |
Instance Attribute Details
#chain_id ⇒ Object
Returns the value of attribute chain_id.
61 62 63 |
# File 'lib/eth.rb', line 61 def chain_id @chain_id end |
#tx_data_hex ⇒ Object
Returns the value of attribute tx_data_hex.
61 62 63 |
# File 'lib/eth.rb', line 61 def tx_data_hex @tx_data_hex end |