Class: Contrek::Finder::PolygonFinder::NodeDescriptor
- Inherits:
-
Struct
- Object
- Struct
- Contrek::Finder::PolygonFinder::NodeDescriptor
- Defined in:
- lib/contrek/finder/polygon_finder.rb
Instance Attribute Summary collapse
-
#a ⇒ Object
Returns the value of attribute a.
-
#node ⇒ Object
Returns the value of attribute node.
-
#o ⇒ Object
Returns the value of attribute o.
Instance Attribute Details
#a ⇒ Object
Returns the value of attribute a
9 10 11 |
# File 'lib/contrek/finder/polygon_finder.rb', line 9 def a @a end |
#node ⇒ Object
Returns the value of attribute node
9 10 11 |
# File 'lib/contrek/finder/polygon_finder.rb', line 9 def node @node end |
#o ⇒ Object
Returns the value of attribute o
9 10 11 |
# File 'lib/contrek/finder/polygon_finder.rb', line 9 def o @o end |