Module: Qywx::Client::Configurable::ClassMethods
- Defined in:
- lib/qywx/client/configurable.rb
Overview
Instance Method Summary collapse
Instance Method Details
#config ⇒ Object
23 24 25 |
# File 'lib/qywx/client/configurable.rb', line 23 def config @config ||= Configuration.new end |
#configure {|config| ... } ⇒ Object
19 20 21 |
# File 'lib/qywx/client/configurable.rb', line 19 def configure yield config end |