Method: ActiveEntity::AMAttributeMethods::ClassMethods::AttributeMethodMatcher#method_name
- Defined in:
- lib/active_entity/attribute_methods.rb
#method_name(attr_name) ⇒ Object
391 392 393 |
# File 'lib/active_entity/attribute_methods.rb', line 391 def method_name(attr_name) @method_name % attr_name end |