Class: Ast::Merge::ActiveProfileValidationSummary

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#error_countObject

Returns the value of attribute error_count

Returns:

  • (Object)

    the current value of error_count



859
860
861
# File 'lib/ast/merge.rb', line 859

def error_count
  @error_count
end

#okObject

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



859
860
861
# File 'lib/ast/merge.rb', line 859

def ok
  @ok
end

#warning_countObject

Returns the value of attribute warning_count

Returns:

  • (Object)

    the current value of warning_count



859
860
861
# File 'lib/ast/merge.rb', line 859

def warning_count
  @warning_count
end