Class: FiberAudit::Static::CallSiteExtractor::ParseError
- Inherits:
-
Data
- Object
- Data
- FiberAudit::Static::CallSiteExtractor::ParseError
- Defined in:
- lib/fiber_audit/static/call_site_extractor.rb
Overview
Error from parsing a single file
Instance Attribute Summary collapse
-
#line ⇒ Object
readonly
Returns the value of attribute line.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#line ⇒ Object (readonly)
Returns the value of attribute line
12 13 14 |
# File 'lib/fiber_audit/static/call_site_extractor.rb', line 12 def line @line end |
#message ⇒ Object (readonly)
Returns the value of attribute message
12 13 14 |
# File 'lib/fiber_audit/static/call_site_extractor.rb', line 12 def @message end |
#path ⇒ Object (readonly)
Returns the value of attribute path
12 13 14 |
# File 'lib/fiber_audit/static/call_site_extractor.rb', line 12 def path @path end |