Class: FiberAudit::Static::CallSiteExtractor::ParseError

Inherits:
Data
  • Object
show all
Defined in:
lib/fiber_audit/static/call_site_extractor.rb

Overview

Error from parsing a single file

Instance Attribute Summary collapse

Instance Attribute Details

#lineObject (readonly)

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



12
13
14
# File 'lib/fiber_audit/static/call_site_extractor.rb', line 12

def line
  @line
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



12
13
14
# File 'lib/fiber_audit/static/call_site_extractor.rb', line 12

def message
  @message
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



12
13
14
# File 'lib/fiber_audit/static/call_site_extractor.rb', line 12

def path
  @path
end