Class: Yournavigation::GosmoreItem
- Inherits:
-
Hashie::Trash
- Object
- Hashie::Trash
- Yournavigation::GosmoreItem
- Defined in:
- lib/yournavigation/gosmore_item.rb
Class Method Summary collapse
Class Method Details
.parse(data) ⇒ Object
11 12 13 14 15 |
# File 'lib/yournavigation/gosmore_item.rb', line 11 def self.parse data item = new data[:properties] item.coordinates = data[:coordinates] item end |