Class: Ast::Merge::ProfileValidationResult

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

Instance Attribute Summary collapse

Instance Attribute Details

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



884
885
886
# File 'lib/ast/merge.rb', line 884

def diagnostics
  @diagnostics
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



884
885
886
# File 'lib/ast/merge.rb', line 884

def errors
  @errors
end

#okObject

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



884
885
886
# File 'lib/ast/merge.rb', line 884

def ok
  @ok
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



884
885
886
# File 'lib/ast/merge.rb', line 884

def warnings
  @warnings
end