Class: RDoc::Markdown::Literals::KpegPosInfo
- Inherits:
-
Struct
- Object
- Struct
- RDoc::Markdown::Literals::KpegPosInfo
- Defined in:
- lib/rdoc/markdown/literals.rb
Instance Attribute Summary collapse
-
#char ⇒ Object
Returns the value of attribute char.
-
#col ⇒ Object
Returns the value of attribute col.
-
#line ⇒ Object
Returns the value of attribute line.
-
#lno ⇒ Object
Returns the value of attribute lno.
-
#pos ⇒ Object
Returns the value of attribute pos.
Instance Attribute Details
#char ⇒ Object
Returns the value of attribute char
86 87 88 |
# File 'lib/rdoc/markdown/literals.rb', line 86 def char @char end |
#col ⇒ Object
Returns the value of attribute col
86 87 88 |
# File 'lib/rdoc/markdown/literals.rb', line 86 def col @col end |
#line ⇒ Object
Returns the value of attribute line
86 87 88 |
# File 'lib/rdoc/markdown/literals.rb', line 86 def line @line end |
#lno ⇒ Object
Returns the value of attribute lno
86 87 88 |
# File 'lib/rdoc/markdown/literals.rb', line 86 def lno @lno end |
#pos ⇒ Object
Returns the value of attribute pos
86 87 88 |
# File 'lib/rdoc/markdown/literals.rb', line 86 def pos @pos end |