Module: MetaGraph::HashAccessor::ClassMethods
- Defined in:
- lib/meta_graph/hash_accessor.rb
Overview
mixins
Instance Method Summary collapse
-
#hash_accessor(hash_name) ⇒ Object
Specified your class member variable hash value in this method is to access as the method.
Instance Method Details
#hash_accessor(hash_name) ⇒ Object
Specified your class member variable hash value in this method is to access as the method.
25 26 27 |
# File 'lib/meta_graph/hash_accessor.rb', line 25 def hash_accessor(hash_name) @hash_name = hash_name end |