Class: Idml::Render::PositionTracker::PositionedRange

Inherits:
Struct
  • Object
show all
Defined in:
lib/idml/render/position_tracker.rb

Instance Attribute Summary collapse

Instance Attribute Details

#end_charObject

Returns the value of attribute end_char



19
20
21
# File 'lib/idml/render/position_tracker.rb', line 19

def end_char
  @end_char
end

#heightObject

Returns the value of attribute height



19
20
21
# File 'lib/idml/render/position_tracker.rb', line 19

def height
  @height
end

#start_charObject

Returns the value of attribute start_char



19
20
21
# File 'lib/idml/render/position_tracker.rb', line 19

def start_char
  @start_char
end

#widthObject

Returns the value of attribute width



19
20
21
# File 'lib/idml/render/position_tracker.rb', line 19

def width
  @width
end

#xObject

Returns the value of attribute x



19
20
21
# File 'lib/idml/render/position_tracker.rb', line 19

def x
  @x
end

#yObject

Returns the value of attribute y



19
20
21
# File 'lib/idml/render/position_tracker.rb', line 19

def y
  @y
end