Class: Etherscan::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/etherscan/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key.



6
7
8
# File 'lib/etherscan/config.rb', line 6

def key
  @key
end

#loggerObject

Returns the value of attribute logger.



6
7
8
# File 'lib/etherscan/config.rb', line 6

def logger
  @logger
end

#raise_exceptionsObject

Returns the value of attribute raise_exceptions.



6
7
8
# File 'lib/etherscan/config.rb', line 6

def raise_exceptions
  @raise_exceptions
end

#secretObject

Returns the value of attribute secret.



6
7
8
# File 'lib/etherscan/config.rb', line 6

def secret
  @secret
end

#urlObject

Returns the value of attribute url.



6
7
8
# File 'lib/etherscan/config.rb', line 6

def url
  @url
end