Class: Pry::CInternals::ETagParser::SourceLocation
- Inherits:
-
Struct
- Object
- Struct
- Pry::CInternals::ETagParser::SourceLocation
- Defined in:
- lib/pry-doc/pry_ext/show_source_with_c_internals/etag_parser.rb
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
-
#line ⇒ Object
Returns the value of attribute line.
-
#symbol_type ⇒ Object
Returns the value of attribute symbol_type.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file
5 6 7 |
# File 'lib/pry-doc/pry_ext/show_source_with_c_internals/etag_parser.rb', line 5 def file @file end |
#line ⇒ Object
Returns the value of attribute line
5 6 7 |
# File 'lib/pry-doc/pry_ext/show_source_with_c_internals/etag_parser.rb', line 5 def line @line end |
#symbol_type ⇒ Object
Returns the value of attribute symbol_type
5 6 7 |
# File 'lib/pry-doc/pry_ext/show_source_with_c_internals/etag_parser.rb', line 5 def symbol_type @symbol_type end |