Method: Anima::Attribute#name
- Defined in:
- lib/anima/attribute.rb
#name ⇒ Symbol (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Return attribute name
16 17 18 |
# File 'lib/anima/attribute.rb', line 16 def name @name end |