Method: KeyVortex::Field#name

Defined in:
lib/key_vortex/field.rb

#nameSymbol (readonly)

Returns the name of the field.

Returns:

  • (Symbol)

    the name of the field



13
14
15
# File 'lib/key_vortex/field.rb', line 13

def name
  @name
end