Class: SimpleAdvice::Config
- Inherits:
-
Object
- Object
- SimpleAdvice::Config
- Defined in:
- lib/simple_advice/config.rb
Class Attribute Summary collapse
-
.http_adapter ⇒ Object
Returns the value of attribute http_adapter.
-
.stubs ⇒ Object
Returns the value of attribute stubs.
Class Attribute Details
.http_adapter ⇒ Object
Returns the value of attribute http_adapter.
8 9 10 |
# File 'lib/simple_advice/config.rb', line 8 def http_adapter @http_adapter end |
.stubs ⇒ Object
Returns the value of attribute stubs.
8 9 10 |
# File 'lib/simple_advice/config.rb', line 8 def stubs @stubs end |