Class: Contrek::Finder::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/contrek/finder/result.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#metadataObject

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



3
4
5
# File 'lib/contrek/finder/result.rb', line 3

def 
  @metadata
end

#polygonsObject

Returns the value of attribute polygons

Returns:

  • (Object)

    the current value of polygons



3
4
5
# File 'lib/contrek/finder/result.rb', line 3

def polygons
  @polygons
end

Instance Method Details

#pointsObject



4
5
6
# File 'lib/contrek/finder/result.rb', line 4

def points
  polygons
end