Class: Ci::UpdateBuildStateService::Result

Inherits:
Struct
  • Object
show all
Defined in:
app/services/ci/update_build_state_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backoffObject

Returns the value of attribute backoff

Returns:

  • (Object)

    the current value of backoff



8
9
10
# File 'app/services/ci/update_build_state_service.rb', line 8

def backoff
  @backoff
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



8
9
10
# File 'app/services/ci/update_build_state_service.rb', line 8

def status
  @status
end