Class: Brush::Pipeline::ProcessIOResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/brush/pipeline.rb

Instance Attribute Summary collapse

Instance Attribute Details

#ioObject

Returns the value of attribute io

Returns:

  • (Object)

    the current value of io



171
172
173
# File 'lib/brush/pipeline.rb', line 171

def io
  @io
end

#pipeObject

Returns the value of attribute pipe

Returns:

  • (Object)

    the current value of pipe



171
172
173
# File 'lib/brush/pipeline.rb', line 171

def pipe
  @pipe
end

#process_infosObject

Returns the value of attribute process_infos

Returns:

  • (Object)

    the current value of process_infos



171
172
173
# File 'lib/brush/pipeline.rb', line 171

def process_infos
  @process_infos
end

#threadsObject

Returns the value of attribute threads

Returns:

  • (Object)

    the current value of threads



171
172
173
# File 'lib/brush/pipeline.rb', line 171

def threads
  @threads
end