Class: Ast::Merge::ProfilePromotionEvaluation

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

Instance Attribute Summary collapse

Instance Attribute Details

#blocking_reasonsObject

Returns the value of attribute blocking_reasons

Returns:

  • (Object)

    the current value of blocking_reasons



878
879
880
# File 'lib/ast/merge.rb', line 878

def blocking_reasons
  @blocking_reasons
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



878
879
880
# File 'lib/ast/merge.rb', line 878

def diagnostics
  @diagnostics
end

#profile_idObject

Returns the value of attribute profile_id

Returns:

  • (Object)

    the current value of profile_id



878
879
880
# File 'lib/ast/merge.rb', line 878

def profile_id
  @profile_id
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



878
879
880
# File 'lib/ast/merge.rb', line 878

def status
  @status
end