Class: Ast::Merge::ProfileValidationDiagnostic
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ProfileValidationDiagnostic
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#severity ⇒ Object
Returns the value of attribute severity.
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message
883 884 885 |
# File 'lib/ast/merge.rb', line 883 def @message end |
#severity ⇒ Object
Returns the value of attribute severity
883 884 885 |
# File 'lib/ast/merge.rb', line 883 def severity @severity end |