Class: LineCache::LineCacheInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#compiled_methodObject

Returns the value of attribute compiled_method

Returns:

  • (Object)

    the current value of compiled_method



68
69
70
# File 'lib/linecache.rb', line 68

def compiled_method
  @compiled_method
end

#line_numbersObject

Returns the value of attribute line_numbers

Returns:

  • (Object)

    the current value of line_numbers



68
69
70
# File 'lib/linecache.rb', line 68

def line_numbers
  @line_numbers
end

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



68
69
70
# File 'lib/linecache.rb', line 68

def lines
  @lines
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



68
69
70
# File 'lib/linecache.rb', line 68

def path
  @path
end

#sha1Object

Returns the value of attribute sha1

Returns:

  • (Object)

    the current value of sha1



68
69
70
# File 'lib/linecache.rb', line 68

def sha1
  @sha1
end

#statObject

Returns the value of attribute stat

Returns:

  • (Object)

    the current value of stat



68
69
70
# File 'lib/linecache.rb', line 68

def stat
  @stat
end