Class: Osm::Register::Field

Inherits:
Model
  • Object
show all
Defined in:
lib/osm/register.rb

Constant Summary

Constants inherited from Model

Model::SORT_BY

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#<, #<=, #<=>, #>, #>=, #between?, #changed_attributes, configure, #reset_changed_attributes, #to_i

Instance Attribute Details

#idString

Returns OSM identifier for the field.

Returns:

  • (String)

    OSM identifier for the field



144
# File 'lib/osm/register.rb', line 144

attribute :id, :type => String

#nameString

Returns Human readable name for the field.

Returns:

  • (String)

    Human readable name for the field



144
# File 'lib/osm/register.rb', line 144

attribute :id, :type => String

#tooltipString

Returns Tooltip for the field.

Returns:

  • (String)

    Tooltip for the field



144
# File 'lib/osm/register.rb', line 144

attribute :id, :type => String