Class: Clogs::Paragraph::Placed
- Inherits:
-
Struct
- Object
- Struct
- Clogs::Paragraph::Placed
- Defined in:
- lib/clogs/paragraph.rb
Instance Attribute Summary collapse
-
#char_offset ⇒ Object
Returns the value of attribute char_offset.
-
#height ⇒ Object
Returns the value of attribute height.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#style ⇒ Object
Returns the value of attribute style.
-
#text ⇒ Object
Returns the value of attribute text.
-
#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
#char_offset ⇒ Object
Returns the value of attribute char_offset
25 26 27 |
# File 'lib/clogs/paragraph.rb', line 25 def char_offset @char_offset end |
#height ⇒ Object
Returns the value of attribute height
25 26 27 |
# File 'lib/clogs/paragraph.rb', line 25 def height @height end |
#owner ⇒ Object
Returns the value of attribute owner
25 26 27 |
# File 'lib/clogs/paragraph.rb', line 25 def owner @owner end |
#style ⇒ Object
Returns the value of attribute style
25 26 27 |
# File 'lib/clogs/paragraph.rb', line 25 def style @style end |
#text ⇒ Object
Returns the value of attribute text
25 26 27 |
# File 'lib/clogs/paragraph.rb', line 25 def text @text end |
#width ⇒ Object
Returns the value of attribute width
25 26 27 |
# File 'lib/clogs/paragraph.rb', line 25 def width @width end |
#x ⇒ Object
Returns the value of attribute x
25 26 27 |
# File 'lib/clogs/paragraph.rb', line 25 def x @x end |
#y ⇒ Object
Returns the value of attribute y
25 26 27 |
# File 'lib/clogs/paragraph.rb', line 25 def y @y end |