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



74
75
76
# File 'lib/linecache.rb', line 74

def line_numbers
  @line_numbers
end

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



74
75
76
# File 'lib/linecache.rb', line 74

def lines
  @lines
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



74
75
76
# File 'lib/linecache.rb', line 74

def path
  @path
end

#sha1Object

Returns the value of attribute sha1

Returns:

  • (Object)

    the current value of sha1



74
75
76
# File 'lib/linecache.rb', line 74

def sha1
  @sha1
end

#statObject

Returns the value of attribute stat

Returns:

  • (Object)

    the current value of stat



74
75
76
# File 'lib/linecache.rb', line 74

def stat
  @stat
end