Class: Prawn::SVG::Pathable::Curve

Inherits:
Struct
  • Object
show all
Defined in:
lib/prawn/svg/pathable.rb

Instance Attribute Summary collapse

Instance Attribute Details

#destinationObject

Returns the value of attribute destination

Returns:

  • (Object)

    the current value of destination



5
6
7
# File 'lib/prawn/svg/pathable.rb', line 5

def destination
  @destination
end

#point1Object

Returns the value of attribute point1

Returns:

  • (Object)

    the current value of point1



5
6
7
# File 'lib/prawn/svg/pathable.rb', line 5

def point1
  @point1
end

#point2Object

Returns the value of attribute point2

Returns:

  • (Object)

    the current value of point2



5
6
7
# File 'lib/prawn/svg/pathable.rb', line 5

def point2
  @point2
end