Class: RDoc::Markdown::Literals::KpegPosInfo

Inherits:
Struct show all
Defined in:
lib/rdoc/markdown/literals.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



86
87
88
# File 'lib/rdoc/markdown/literals.rb', line 86

def char
  @char
end

#colObject

Returns the value of attribute col

Returns:

  • (Object)

    the current value of col



86
87
88
# File 'lib/rdoc/markdown/literals.rb', line 86

def col
  @col
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



86
87
88
# File 'lib/rdoc/markdown/literals.rb', line 86

def line
  @line
end

#lnoObject

Returns the value of attribute lno

Returns:

  • (Object)

    the current value of lno



86
87
88
# File 'lib/rdoc/markdown/literals.rb', line 86

def lno
  @lno
end

#posObject

Returns the value of attribute pos

Returns:

  • (Object)

    the current value of pos



86
87
88
# File 'lib/rdoc/markdown/literals.rb', line 86

def pos
  @pos
end