Module: Etherscan
- Defined in:
- lib/etherscan.rb,
lib/etherscan/api.rb,
lib/etherscan/call.rb
Defined Under Namespace
Modules: Account, Block, Contract, Logs, Proxy, Transaction Classes: Call, ReturnError
Class Attribute Summary collapse
-
.api_key ⇒ Object
Returns the value of attribute api_key.
-
.chain ⇒ Object
Returns the value of attribute chain.
-
.logger ⇒ Object
Returns the value of attribute logger.
Class Attribute Details
.api_key ⇒ Object
Returns the value of attribute api_key.
3 4 5 |
# File 'lib/etherscan/api.rb', line 3 def api_key @api_key end |
.chain ⇒ Object
Returns the value of attribute chain.
3 4 5 |
# File 'lib/etherscan/api.rb', line 3 def chain @chain end |
.logger ⇒ Object
Returns the value of attribute logger.
9 10 11 |
# File 'lib/etherscan.rb', line 9 def logger @logger end |