Class: LineCache::LineCacheInfo

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

Instance Attribute Summary collapse

Instance Attribute Details

#fullnameObject

Returns the value of attribute fullname

Returns:

  • (Object)

    the current value of fullname



58
59
60
# File 'lib/linecache.rb', line 58

def fullname
  @fullname
end

#linesObject

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



58
59
60
# File 'lib/linecache.rb', line 58

def lines
  @lines
end

#statObject

Returns the value of attribute stat

Returns:

  • (Object)

    the current value of stat



58
59
60
# File 'lib/linecache.rb', line 58

def stat
  @stat
end