Class: Ci::AppendBuildTraceService::Result

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

Instance Attribute Summary collapse

Instance Attribute Details

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



5
6
7
# File 'app/services/ci/append_build_trace_service.rb', line 5

def status
  @status
end

#stream_sizeObject

Returns the value of attribute stream_size

Returns:

  • (Object)

    the current value of stream_size



5
6
7
# File 'app/services/ci/append_build_trace_service.rb', line 5

def stream_size
  @stream_size
end