Module: Servactory
- Defined in:
- lib/apinator.rb
Class Method Summary collapse
Class Method Details
.configuration ⇒ Object
18 19 20 |
# File 'lib/apinator.rb', line 18 def configuration @configuration ||= Servactory::Configuration::Setup.new end |
.configure {|configuration| ... } ⇒ Object
26 27 28 |
# File 'lib/apinator.rb', line 26 def configure yield(configuration) end |
.reset ⇒ Object
22 23 24 |
# File 'lib/apinator.rb', line 22 def reset @configuration = Servactory::Configuration::Setup.new end |