Class: Mxrb::Semantic::Diagnostic

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/semantic/analyzer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#artifactsObject (readonly)

Returns the value of attribute artifacts

Returns:

  • (Object)

    the current value of artifacts



5
6
7
# File 'lib/mxrb/semantic/analyzer.rb', line 5

def artifacts
  @artifacts
end

#messageObject (readonly)

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



5
6
7
# File 'lib/mxrb/semantic/analyzer.rb', line 5

def message
  @message
end

#metadataObject (readonly)

Returns the value of attribute metadata

Returns:

  • (Object)

    the current value of metadata



5
6
7
# File 'lib/mxrb/semantic/analyzer.rb', line 5

def 
  @metadata
end

#ruleObject (readonly)

Returns the value of attribute rule

Returns:

  • (Object)

    the current value of rule



5
6
7
# File 'lib/mxrb/semantic/analyzer.rb', line 5

def rule
  @rule
end

#severityObject (readonly)

Returns the value of attribute severity

Returns:

  • (Object)

    the current value of severity



5
6
7
# File 'lib/mxrb/semantic/analyzer.rb', line 5

def severity
  @severity
end