Class: LineCache::LineCacheInfo
- Inherits:
-
Struct
- Object
- Struct
- LineCache::LineCacheInfo
- Defined in:
- lib/linecache.rb
Instance Attribute Summary collapse
-
#fullname ⇒ Object
Returns the value of attribute fullname.
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#stat ⇒ Object
Returns the value of attribute stat.
Instance Attribute Details
#fullname ⇒ Object
Returns the value of attribute fullname
58 59 60 |
# File 'lib/linecache.rb', line 58 def fullname @fullname end |
#lines ⇒ Object
Returns the value of attribute lines
58 59 60 |
# File 'lib/linecache.rb', line 58 def lines @lines end |
#stat ⇒ Object
Returns the value of attribute stat
58 59 60 |
# File 'lib/linecache.rb', line 58 def stat @stat end |