Class: Ast::Merge::ProfileSelectionDecision

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

Instance Attribute Summary collapse

Instance Attribute Details

#active_profileObject

Returns the value of attribute active_profile

Returns:

  • (Object)

    the current value of active_profile



881
882
883
# File 'lib/ast/merge.rb', line 881

def active_profile
  @active_profile
end

#allowedObject

Returns the value of attribute allowed

Returns:

  • (Object)

    the current value of allowed



881
882
883
# File 'lib/ast/merge.rb', line 881

def allowed
  @allowed
end

#blocking_reasonsObject

Returns the value of attribute blocking_reasons

Returns:

  • (Object)

    the current value of blocking_reasons



881
882
883
# File 'lib/ast/merge.rb', line 881

def blocking_reasons
  @blocking_reasons
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



881
882
883
# File 'lib/ast/merge.rb', line 881

def diagnostics
  @diagnostics
end

#enforcedObject

Returns the value of attribute enforced

Returns:

  • (Object)

    the current value of enforced



881
882
883
# File 'lib/ast/merge.rb', line 881

def enforced
  @enforced
end

#enforcement_modeObject

Returns the value of attribute enforcement_mode

Returns:

  • (Object)

    the current value of enforcement_mode



881
882
883
# File 'lib/ast/merge.rb', line 881

def enforcement_mode
  @enforcement_mode
end

#evaluated_statusObject

Returns the value of attribute evaluated_status

Returns:

  • (Object)

    the current value of evaluated_status



881
882
883
# File 'lib/ast/merge.rb', line 881

def evaluated_status
  @evaluated_status
end

#minimum_profile_statusObject

Returns the value of attribute minimum_profile_status

Returns:

  • (Object)

    the current value of minimum_profile_status



881
882
883
# File 'lib/ast/merge.rb', line 881

def minimum_profile_status
  @minimum_profile_status
end

#profile_idObject

Returns the value of attribute profile_id

Returns:

  • (Object)

    the current value of profile_id



881
882
883
# File 'lib/ast/merge.rb', line 881

def profile_id
  @profile_id
end

#profile_promotion_evaluationObject

Returns the value of attribute profile_promotion_evaluation

Returns:

  • (Object)

    the current value of profile_promotion_evaluation



881
882
883
# File 'lib/ast/merge.rb', line 881

def profile_promotion_evaluation
  @profile_promotion_evaluation
end

#promotion_policy_idObject

Returns the value of attribute promotion_policy_id

Returns:

  • (Object)

    the current value of promotion_policy_id



881
882
883
# File 'lib/ast/merge.rb', line 881

def promotion_policy_id
  @promotion_policy_id
end

#rejection_codeObject

Returns the value of attribute rejection_code

Returns:

  • (Object)

    the current value of rejection_code



881
882
883
# File 'lib/ast/merge.rb', line 881

def rejection_code
  @rejection_code
end

#satisfiedObject

Returns the value of attribute satisfied

Returns:

  • (Object)

    the current value of satisfied



881
882
883
# File 'lib/ast/merge.rb', line 881

def satisfied
  @satisfied
end