Module: HashMapAttributes
- Defined in:
- lib/hash_map_attributes.rb,
lib/hash_map_attributes/version.rb
Defined Under Namespace
Modules: ClassMethods Classes: AttributeContainer
Constant Summary collapse
- VERSION =
"0.1.1"
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
4 5 6 |
# File 'lib/hash_map_attributes.rb', line 4 def self.included(base) base.extend ClassMethods end |