Class: Ast::Merge::ProfilePromotionReport

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



890
891
892
# File 'lib/ast/merge.rb', line 890

def active_profile
  @active_profile
end

#backendObject

Returns the value of attribute backend

Returns:

  • (Object)

    the current value of backend



890
891
892
# File 'lib/ast/merge.rb', line 890

def backend
  @backend
end

#blocking_reasonsObject

Returns the value of attribute blocking_reasons

Returns:

  • (Object)

    the current value of blocking_reasons



890
891
892
# File 'lib/ast/merge.rb', line 890

def blocking_reasons
  @blocking_reasons
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



890
891
892
# File 'lib/ast/merge.rb', line 890

def diagnostics
  @diagnostics
end

#hard_gatesObject

Returns the value of attribute hard_gates

Returns:

  • (Object)

    the current value of hard_gates



890
891
892
# File 'lib/ast/merge.rb', line 890

def hard_gates
  @hard_gates
end

#metricsObject

Returns the value of attribute metrics

Returns:

  • (Object)

    the current value of metrics



890
891
892
# File 'lib/ast/merge.rb', line 890

def metrics
  @metrics
end

#profile_idObject

Returns the value of attribute profile_id

Returns:

  • (Object)

    the current value of profile_id



890
891
892
# File 'lib/ast/merge.rb', line 890

def profile_id
  @profile_id
end

#report_idObject

Returns the value of attribute report_id

Returns:

  • (Object)

    the current value of report_id



890
891
892
# File 'lib/ast/merge.rb', line 890

def report_id
  @report_id
end

#required_suitesObject

Returns the value of attribute required_suites

Returns:

  • (Object)

    the current value of required_suites



890
891
892
# File 'lib/ast/merge.rb', line 890

def required_suites
  @required_suites
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



890
891
892
# File 'lib/ast/merge.rb', line 890

def status
  @status
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



890
891
892
# File 'lib/ast/merge.rb', line 890

def version
  @version
end