Class: ViaBTC::Configuration
- Inherits:
-
Object
- Object
- ViaBTC::Configuration
- Defined in:
- lib/viabtc/config.rb
Instance Attribute Summary collapse
-
#http_adapter ⇒ Object
Returns the value of attribute http_adapter.
-
#http_base_url ⇒ Object
Returns the value of attribute http_base_url.
-
#http_response ⇒ Object
Returns the value of attribute http_response.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
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_adapter ⇒ Object
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_url ⇒ Object
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_response ⇒ Object
Returns the value of attribute http_response.
14 15 16 |
# File 'lib/viabtc/config.rb', line 14 def http_response @http_response end |