Class: Ast::Merge::ActiveProfileValidationSummary
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::ActiveProfileValidationSummary
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#error_count ⇒ Object
Returns the value of attribute error_count.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#warning_count ⇒ Object
Returns the value of attribute warning_count.
Instance Attribute Details
#error_count ⇒ Object
Returns the value of attribute error_count
859 860 861 |
# File 'lib/ast/merge.rb', line 859 def error_count @error_count end |
#ok ⇒ Object
Returns the value of attribute ok
859 860 861 |
# File 'lib/ast/merge.rb', line 859 def ok @ok end |
#warning_count ⇒ Object
Returns the value of attribute warning_count
859 860 861 |
# File 'lib/ast/merge.rb', line 859 def warning_count @warning_count end |