Class: Contrek::Concurrent::Shape
- Inherits:
-
Object
- Object
- Contrek::Concurrent::Shape
- Defined in:
- lib/contrek/finder/concurrent/shape.rb
Instance Attribute Summary collapse
-
#inner_polylines ⇒ Object
Returns the value of attribute inner_polylines.
-
#outer_polyline ⇒ Object
Returns the value of attribute outer_polyline.
Instance Method Summary collapse
Instance Attribute Details
#inner_polylines ⇒ Object
Returns the value of attribute inner_polylines.
4 5 6 |
# File 'lib/contrek/finder/concurrent/shape.rb', line 4 def inner_polylines @inner_polylines end |
#outer_polyline ⇒ Object
Returns the value of attribute outer_polyline.
4 5 6 |
# File 'lib/contrek/finder/concurrent/shape.rb', line 4 def outer_polyline @outer_polyline end |
Instance Method Details
#clear_inner! ⇒ Object
6 7 8 |
# File 'lib/contrek/finder/concurrent/shape.rb', line 6 def clear_inner! @inner_polylines = [] end |