Class: Contrek::Finder::Result
- Inherits:
-
Struct
- Object
- Struct
- Contrek::Finder::Result
- Defined in:
- lib/contrek/finder/result.rb
Instance Attribute Summary collapse
-
#metadata ⇒ Object
Returns the value of attribute metadata.
-
#polygons ⇒ Object
Returns the value of attribute polygons.
Instance Method Summary collapse
Instance Attribute Details
#metadata ⇒ Object
Returns the value of attribute metadata
3 4 5 |
# File 'lib/contrek/finder/result.rb', line 3 def @metadata end |
#polygons ⇒ Object
Returns the value of attribute polygons
3 4 5 |
# File 'lib/contrek/finder/result.rb', line 3 def polygons @polygons end |
Instance Method Details
#points ⇒ Object
4 5 6 |
# File 'lib/contrek/finder/result.rb', line 4 def points polygons end |