Class: SimpleAdvice::Config

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

Class Attribute Summary collapse

Class Attribute Details

.http_adapterObject

Returns the value of attribute http_adapter.



8
9
10
# File 'lib/simple_advice/config.rb', line 8

def http_adapter
  @http_adapter
end

.stubsObject

Returns the value of attribute stubs.



8
9
10
# File 'lib/simple_advice/config.rb', line 8

def stubs
  @stubs
end