Class: LineCache::LineCacheInfo
- Inherits:
-
Struct
- Object
- Struct
- LineCache::LineCacheInfo
- Defined in:
- lib/linecache19.rb
Instance Attribute Summary collapse
-
#line_numbers ⇒ Object
Returns the value of attribute line_numbers.
-
#lines ⇒ Object
Returns the value of attribute lines.
-
#path ⇒ Object
Returns the value of attribute path.
-
#sha1 ⇒ Object
Returns the value of attribute sha1.
-
#stat ⇒ Object
Returns the value of attribute stat.
Instance Attribute Details
#line_numbers ⇒ Object
Returns the value of attribute line_numbers
75 76 77 |
# File 'lib/linecache19.rb', line 75 def line_numbers @line_numbers end |
#lines ⇒ Object
Returns the value of attribute lines
75 76 77 |
# File 'lib/linecache19.rb', line 75 def lines @lines end |
#path ⇒ Object
Returns the value of attribute path
75 76 77 |
# File 'lib/linecache19.rb', line 75 def path @path end |
#sha1 ⇒ Object
Returns the value of attribute sha1
75 76 77 |
# File 'lib/linecache19.rb', line 75 def sha1 @sha1 end |
#stat ⇒ Object
Returns the value of attribute stat
75 76 77 |
# File 'lib/linecache19.rb', line 75 def stat @stat end |