Class: LWS::Maps::Marker

Inherits:
Generic::Model show all
Defined in:
lib/lws/apps/maps.rb

Overview

The map marker class

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString (readonly)



113
# File 'lib/lws/apps/maps.rb', line 113

attribute :created_at

#idFixnum (readonly)



85
# File 'lib/lws/apps/maps.rb', line 85

attribute :id

#latString?



89
# File 'lib/lws/apps/maps.rb', line 89

attribute :lat

#longString?



93
# File 'lib/lws/apps/maps.rb', line 93

attribute :long

#mapMap



97
# File 'lib/lws/apps/maps.rb', line 97

belongs_to :map

#map_idFixnum



101
# File 'lib/lws/apps/maps.rb', line 101

attribute :map_id

#nameString



105
# File 'lib/lws/apps/maps.rb', line 105

attribute :name

#updated_atString (readonly)



117
# File 'lib/lws/apps/maps.rb', line 117

attribute :updated_at

#websiteString?



109
# File 'lib/lws/apps/maps.rb', line 109

attribute :website