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
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
6 7 8 |
# File 'lib/contrek/finder/result.rb', line 6 def points polygons end |