Class: Oselvar::Var::Core::Diagnostic
- Inherits:
-
Data
- Object
- Data
- Oselvar::Var::Core::Diagnostic
- Defined in:
- lib/oselvar/var/core/diagnostics.rb
Overview
A planning/run diagnostic on the shared rail. code is one of "ambiguous-match", "error-fence-without-step", "drift". Port of diagnostics.ts.
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#message ⇒ Object
readonly
Returns the value of attribute message.
-
#severity ⇒ Object
readonly
Returns the value of attribute severity.
-
#span ⇒ Object
readonly
Returns the value of attribute span.
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code
9 10 11 |
# File 'lib/oselvar/var/core/diagnostics.rb', line 9 def code @code end |
#message ⇒ Object (readonly)
Returns the value of attribute message
9 10 11 |
# File 'lib/oselvar/var/core/diagnostics.rb', line 9 def @message end |
#severity ⇒ Object (readonly)
Returns the value of attribute severity
9 10 11 |
# File 'lib/oselvar/var/core/diagnostics.rb', line 9 def severity @severity end |
#span ⇒ Object (readonly)
Returns the value of attribute span
9 10 11 |
# File 'lib/oselvar/var/core/diagnostics.rb', line 9 def span @span end |