Method: OpenStreetMap::Element#uid
- Defined in:
- lib/open_street_map/element.rb
#uid ⇒ Object
The user id of the user who last edited this object (as read from file, it is not updated by operations to this object) API 0.6 and above only
21 22 23 |
# File 'lib/open_street_map/element.rb', line 21 def uid @uid end |