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



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

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



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

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



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

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



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

def promotion_policy_id
  @promotion_policy_id
end