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

Class Attribute Details

.api_keyObject

Returns the value of attribute api_key.



3
4
5
# File 'lib/etherscan/api.rb', line 3

def api_key
  @api_key
end

.chainObject

Returns the value of attribute chain.



3
4
5
# File 'lib/etherscan/api.rb', line 3

def chain
  @chain
end

.loggerObject

Returns the value of attribute logger.



9
10
11
# File 'lib/etherscan.rb', line 9

def logger
  @logger
end