Method: Echo::API#initialize
- Defined in:
- lib/echor/api.rb
#initialize(options = {}) ⇒ API
Creates a new API
7 8 9 10 11 12 |
# File 'lib/echor/api.rb', line 7 def initialize(={}) = Echo..merge() Configuration::VALID_OPTIONS_KEYS.each do |key| send("#{key}=", [key]) end end |