Class: Mxrb::Semantic::Diagnostic
- Inherits:
-
Data
- Object
- Data
- Mxrb::Semantic::Diagnostic
- Defined in:
- lib/mxrb/semantic/analyzer.rb
Instance Attribute Summary collapse
-
#artifacts ⇒ Object
readonly
Returns the value of attribute artifacts.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#metadata ⇒ Object
readonly
Returns the value of attribute metadata.
-
#rule ⇒ Object
readonly
Returns the value of attribute rule.
-
#severity ⇒ Object
readonly
Returns the value of attribute severity.
Instance Attribute Details
#artifacts ⇒ Object (readonly)
Returns the value of attribute artifacts
5 6 7 |
# File 'lib/mxrb/semantic/analyzer.rb', line 5 def artifacts @artifacts end |
#message ⇒ Object (readonly)
Returns the value of attribute message
5 6 7 |
# File 'lib/mxrb/semantic/analyzer.rb', line 5 def @message end |
#metadata ⇒ Object (readonly)
Returns the value of attribute metadata
5 6 7 |
# File 'lib/mxrb/semantic/analyzer.rb', line 5 def @metadata end |
#rule ⇒ Object (readonly)
Returns the value of attribute rule
5 6 7 |
# File 'lib/mxrb/semantic/analyzer.rb', line 5 def rule @rule end |
#severity ⇒ Object (readonly)
Returns the value of attribute severity
5 6 7 |
# File 'lib/mxrb/semantic/analyzer.rb', line 5 def severity @severity end |