Class: LineCache::LineCacheInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/linecache19.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



75
76
77
# File 'lib/linecache19.rb', line 75

def line_numbers
  @line_numbers
end

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



75
76
77
# File 'lib/linecache19.rb', line 75

def lines
  @lines
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



75
76
77
# File 'lib/linecache19.rb', line 75

def path
  @path
end

#sha1Object

Returns the value of attribute sha1

Returns:

  • (Object)

    the current value of sha1



75
76
77
# File 'lib/linecache19.rb', line 75

def sha1
  @sha1
end

#statObject

Returns the value of attribute stat

Returns:

  • (Object)

    the current value of stat



75
76
77
# File 'lib/linecache19.rb', line 75

def stat
  @stat
end