Class: Ast::Merge::ProfilePromotionPolicy

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

Instance Attribute Summary collapse

Instance Attribute Details

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



876
877
878
# File 'lib/ast/merge.rb', line 876

def diagnostics
  @diagnostics
end

#global_hard_gatesObject

Returns the value of attribute global_hard_gates

Returns:

  • (Object)

    the current value of global_hard_gates



876
877
878
# File 'lib/ast/merge.rb', line 876

def global_hard_gates
  @global_hard_gates
end

#policy_idObject

Returns the value of attribute policy_id

Returns:

  • (Object)

    the current value of policy_id



876
877
878
# File 'lib/ast/merge.rb', line 876

def policy_id
  @policy_id
end

#profilesObject

Returns the value of attribute profiles

Returns:

  • (Object)

    the current value of profiles



876
877
878
# File 'lib/ast/merge.rb', line 876

def profiles
  @profiles
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



876
877
878
# File 'lib/ast/merge.rb', line 876

def version
  @version
end