Class: Contrek::Finder::Result
- Inherits:
-
Struct
- Object
- Struct
- Contrek::Finder::Result
- Includes:
- Shared::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
Methods included from Shared::Result
Instance Attribute Details
#metadata ⇒ Object
Returns the value of attribute metadata
5 6 7 |
# File 'lib/contrek/finder/result.rb', line 5 def @metadata end |
#polygons ⇒ Object
Returns the value of attribute polygons
5 6 7 |
# File 'lib/contrek/finder/result.rb', line 5 def polygons @polygons end |
Instance Method Details
#points ⇒ Object
8 9 10 |
# File 'lib/contrek/finder/result.rb', line 8 def points polygons end |