Method: Ampt::Config#api

Defined in:
lib/ampt.rb

#api(api) ⇒ Object

Select an API to use. Defaults to the acoustics API. The path should be an absolute path.



112
113
114
# File 'lib/ampt.rb', line 112

def api api
    @api = api
end