Method: Arel::Attributes::Attribute#name

Defined in:
activerecord/lib/arel/attributes/attribute.rb

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



5
6
7
# File 'activerecord/lib/arel/attributes/attribute.rb', line 5

def name
  @name
end