Method: Anima::Attribute#name

Defined in:
lib/anima/attribute.rb

#nameSymbol (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

Returns:

  • (Symbol)


16
17
18
# File 'lib/anima/attribute.rb', line 16

def name
  @name
end