Module: Granache::HttpConfigurable
- Included in:
- Granache
- Defined in:
- lib/grenache/http/configurable.rb
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.included(base) ⇒ Object
17 18 19 |
# File 'lib/grenache/http/configurable.rb', line 17 def self.included(base) base.extend(ClassMethods) end |
Instance Method Details
#config ⇒ Object
21 22 23 |
# File 'lib/grenache/http/configurable.rb', line 21 def config self.class.config end |