Class: Prawn::SVG::Elements::Text::Cursor
- Inherits:
-
Struct
- Object
- Struct
- Prawn::SVG::Elements::Text::Cursor
- Defined in:
- lib/prawn/svg/elements/text.rb
Instance Attribute Summary collapse
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#x ⇒ Object
Returns the value of attribute x
3 4 5 |
# File 'lib/prawn/svg/elements/text.rb', line 3 def x @x end |
#y ⇒ Object
Returns the value of attribute y
3 4 5 |
# File 'lib/prawn/svg/elements/text.rb', line 3 def y @y end |