Module: HTTParty::ModuleInheritableAttributes
- Defined in:
- lib/httparty/module_inheritable_attributes.rb
Overview
:nodoc:
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
3 4 5 |
# File 'lib/httparty/module_inheritable_attributes.rb', line 3 def self.included(base) base.extend(ClassMethods) end |