Class: Prawn::SVG::Elements::Text::Cursor

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

Instance Attribute Summary collapse

Instance Attribute Details

#xObject

Returns the value of attribute x



3
4
5
# File 'lib/prawn/svg/elements/text.rb', line 3

def x
  @x
end

#yObject

Returns the value of attribute y



3
4
5
# File 'lib/prawn/svg/elements/text.rb', line 3

def y
  @y
end