Class: Ast::Merge::ProfilePromotionPolicyEntry

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

Instance Attribute Summary collapse

Instance Attribute Details

#default_gateObject

Returns the value of attribute default_gate

Returns:

  • (Object)

    the current value of default_gate



874
875
876
# File 'lib/ast/merge.rb', line 874

def default_gate
  @default_gate
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



874
875
876
# File 'lib/ast/merge.rb', line 874

def diagnostics
  @diagnostics
end

#eligible_statusesObject

Returns the value of attribute eligible_statuses

Returns:

  • (Object)

    the current value of eligible_statuses



874
875
876
# File 'lib/ast/merge.rb', line 874

def eligible_statuses
  @eligible_statuses
end

#familyObject

Returns the value of attribute family

Returns:

  • (Object)

    the current value of family



874
875
876
# File 'lib/ast/merge.rb', line 874

def family
  @family
end

#profile_idObject

Returns the value of attribute profile_id

Returns:

  • (Object)

    the current value of profile_id



874
875
876
# File 'lib/ast/merge.rb', line 874

def profile_id
  @profile_id
end

#recommendation_gateObject

Returns the value of attribute recommendation_gate

Returns:

  • (Object)

    the current value of recommendation_gate



874
875
876
# File 'lib/ast/merge.rb', line 874

def recommendation_gate
  @recommendation_gate
end

#required_suitesObject

Returns the value of attribute required_suites

Returns:

  • (Object)

    the current value of required_suites



874
875
876
# File 'lib/ast/merge.rb', line 874

def required_suites
  @required_suites
end

#scopeObject

Returns the value of attribute scope

Returns:

  • (Object)

    the current value of scope



874
875
876
# File 'lib/ast/merge.rb', line 874

def scope
  @scope
end