Class: Ast::Merge::ProfileValidationResult
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ProfileValidationResult
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#errors ⇒ Object
Returns the value of attribute errors.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
884 885 886 |
# File 'lib/ast/merge.rb', line 884 def diagnostics @diagnostics end |
#errors ⇒ Object
Returns the value of attribute errors
884 885 886 |
# File 'lib/ast/merge.rb', line 884 def errors @errors end |
#ok ⇒ Object
Returns the value of attribute ok
884 885 886 |
# File 'lib/ast/merge.rb', line 884 def ok @ok end |
#warnings ⇒ Object
Returns the value of attribute warnings
884 885 886 |
# File 'lib/ast/merge.rb', line 884 def warnings @warnings end |