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



868
869
870
# File 'lib/ast/merge.rb', line 868

def active_profile
  @active_profile
end

#backendObject

Returns the value of attribute backend

Returns:

  • (Object)

    the current value of backend



868
869
870
# File 'lib/ast/merge.rb', line 868

def backend
  @backend
end

#blocking_reasonsObject

Returns the value of attribute blocking_reasons

Returns:

  • (Object)

    the current value of blocking_reasons



868
869
870
# File 'lib/ast/merge.rb', line 868

def blocking_reasons
  @blocking_reasons
end

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



868
869
870
# File 'lib/ast/merge.rb', line 868

def diagnostics
  @diagnostics
end

#hard_gatesObject

Returns the value of attribute hard_gates

Returns:

  • (Object)

    the current value of hard_gates



868
869
870
# File 'lib/ast/merge.rb', line 868

def hard_gates
  @hard_gates
end

#metricsObject

Returns the value of attribute metrics

Returns:

  • (Object)

    the current value of metrics



868
869
870
# File 'lib/ast/merge.rb', line 868

def metrics
  @metrics
end

#profile_idObject

Returns the value of attribute profile_id

Returns:

  • (Object)

    the current value of profile_id



868
869
870
# File 'lib/ast/merge.rb', line 868

def profile_id
  @profile_id
end

#report_idObject

Returns the value of attribute report_id

Returns:

  • (Object)

    the current value of report_id



868
869
870
# File 'lib/ast/merge.rb', line 868

def report_id
  @report_id
end

#required_suitesObject

Returns the value of attribute required_suites

Returns:

  • (Object)

    the current value of required_suites



868
869
870
# File 'lib/ast/merge.rb', line 868

def required_suites
  @required_suites
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



868
869
870
# File 'lib/ast/merge.rb', line 868

def status
  @status
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



868
869
870
# File 'lib/ast/merge.rb', line 868

def version
  @version
end