Class: Contrek::Finder::Result

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Shared::Result

#to_svg

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



6
7
8
# File 'lib/contrek/finder/result.rb', line 6

def points
  polygons
end