Class: RDoc::Markdown::KpegPosInfo

Inherits:
Struct show all
Defined in:
lib/rdoc/markdown.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Struct

#as_json, json_create, #pretty_print, #pretty_print_cycle, #to_json

Instance Attribute Details

#charObject

Returns the value of attribute char

Returns:

  • (Object)

    the current value of char



257
258
259
# File 'lib/rdoc/markdown.rb', line 257

def char
  @char
end

#colObject

Returns the value of attribute col

Returns:

  • (Object)

    the current value of col



257
258
259
# File 'lib/rdoc/markdown.rb', line 257

def col
  @col
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



257
258
259
# File 'lib/rdoc/markdown.rb', line 257

def line
  @line
end

#lnoObject

Returns the value of attribute lno

Returns:

  • (Object)

    the current value of lno



257
258
259
# File 'lib/rdoc/markdown.rb', line 257

def lno
  @lno
end

#posObject

Returns the value of attribute pos

Returns:

  • (Object)

    the current value of pos



257
258
259
# File 'lib/rdoc/markdown.rb', line 257

def pos
  @pos
end