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



906
907
908
# File 'lib/ast/merge.rb', line 906

def diagnostics
  @diagnostics
end

#errorsObject

Returns the value of attribute errors

Returns:

  • (Object)

    the current value of errors



906
907
908
# File 'lib/ast/merge.rb', line 906

def errors
  @errors
end

#okObject

Returns the value of attribute ok

Returns:

  • (Object)

    the current value of ok



906
907
908
# File 'lib/ast/merge.rb', line 906

def ok
  @ok
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



906
907
908
# File 'lib/ast/merge.rb', line 906

def warnings
  @warnings
end