Class: Idml::Render::PositionTracker::PositionedRange
- Inherits:
-
Struct
- Object
- Struct
- Idml::Render::PositionTracker::PositionedRange
- Defined in:
- lib/idml/render/position_tracker.rb
Instance Attribute Summary collapse
-
#end_char ⇒ Object
Returns the value of attribute end_char.
-
#height ⇒ Object
Returns the value of attribute height.
-
#start_char ⇒ Object
Returns the value of attribute start_char.
-
#width ⇒ Object
Returns the value of attribute width.
-
#x ⇒ Object
Returns the value of attribute x.
-
#y ⇒ Object
Returns the value of attribute y.
Instance Attribute Details
#end_char ⇒ Object
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 |
#height ⇒ Object
Returns the value of attribute height
19 20 21 |
# File 'lib/idml/render/position_tracker.rb', line 19 def height @height end |
#start_char ⇒ Object
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 |
#width ⇒ Object
Returns the value of attribute width
19 20 21 |
# File 'lib/idml/render/position_tracker.rb', line 19 def width @width end |
#x ⇒ Object
Returns the value of attribute x
19 20 21 |
# File 'lib/idml/render/position_tracker.rb', line 19 def x @x end |
#y ⇒ Object
Returns the value of attribute y
19 20 21 |
# File 'lib/idml/render/position_tracker.rb', line 19 def y @y end |