Class: Prawn::SVG::Pathable::Curve
- Inherits:
-
Struct
- Object
- Struct
- Prawn::SVG::Pathable::Curve
- Defined in:
- lib/prawn/svg/pathable.rb
Instance Attribute Summary collapse
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#point1 ⇒ Object
Returns the value of attribute point1.
-
#point2 ⇒ Object
Returns the value of attribute point2.
Instance Attribute Details
#destination ⇒ Object
Returns the value of attribute destination
5 6 7 |
# File 'lib/prawn/svg/pathable.rb', line 5 def destination @destination end |
#point1 ⇒ Object
Returns the value of attribute point1
5 6 7 |
# File 'lib/prawn/svg/pathable.rb', line 5 def point1 @point1 end |
#point2 ⇒ Object
Returns the value of attribute point2
5 6 7 |
# File 'lib/prawn/svg/pathable.rb', line 5 def point2 @point2 end |