Module: Howkast
- Defined in:
- lib/howkast/api.rb,
lib/howkast/base.rb,
lib/howkast/errors.rb,
lib/howkast/configuration.rb
Defined Under Namespace
Modules: Base, Error, Processor Classes: API, Configuration, Model
Class Method Summary collapse
Class Method Details
.configure(config = { }) ⇒ Object
4 5 6 7 |
# File 'lib/howkast/base.rb', line 4 def self.configure config = { } configuration = Configuration.instance config.each{ |k, v| configuration.send "#{k}=", v } end |