Class: ViaBTC::Configuration

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeConfiguration

Returns a new instance of Configuration.



16
17
18
# File 'lib/viabtc/config.rb', line 16

def initialize
  @http_base_url = nil
end

Instance Attribute Details

#http_adapterObject

Returns the value of attribute http_adapter.



14
15
16
# File 'lib/viabtc/config.rb', line 14

def http_adapter
  @http_adapter
end

#http_base_urlObject

Returns the value of attribute http_base_url.



14
15
16
# File 'lib/viabtc/config.rb', line 14

def http_base_url
  @http_base_url
end

#http_responseObject

Returns the value of attribute http_response.



14
15
16
# File 'lib/viabtc/config.rb', line 14

def http_response
  @http_response
end