Class: Ast::Merge::ProfileSelectionRequirement

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

Instance Attribute Summary collapse

Instance Attribute Details

#enforcement_modeObject

Returns the value of attribute enforcement_mode

Returns:

  • (Object)

    the current value of enforcement_mode



901
902
903
# File 'lib/ast/merge.rb', line 901

def enforcement_mode
  @enforcement_mode
end

#minimum_profile_statusObject

Returns the value of attribute minimum_profile_status

Returns:

  • (Object)

    the current value of minimum_profile_status



901
902
903
# File 'lib/ast/merge.rb', line 901

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



901
902
903
# File 'lib/ast/merge.rb', line 901

def profile_id
  @profile_id
end

#promotion_policy_idObject

Returns the value of attribute promotion_policy_id

Returns:

  • (Object)

    the current value of promotion_policy_id



901
902
903
# File 'lib/ast/merge.rb', line 901

def promotion_policy_id
  @promotion_policy_id
end