Class: LineCache::LineCacheInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/linecache.rb

Instance Attribute Summary collapse

Instance Attribute Details

#line_numbersObject

Returns the value of attribute line_numbers

Returns:

  • (Object)

    the current value of line_numbers



71
72
73
# File 'lib/linecache.rb', line 71

def line_numbers
  @line_numbers
end

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



71
72
73
# File 'lib/linecache.rb', line 71

def lines
  @lines
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



71
72
73
# File 'lib/linecache.rb', line 71

def path
  @path
end

#sha1Object

Returns the value of attribute sha1

Returns:

  • (Object)

    the current value of sha1



71
72
73
# File 'lib/linecache.rb', line 71

def sha1
  @sha1
end

#statObject

Returns the value of attribute stat

Returns:

  • (Object)

    the current value of stat



71
72
73
# File 'lib/linecache.rb', line 71

def stat
  @stat
end