Class: Brush::Pipeline::ProcessIOResult
- Inherits:
-
Struct
- Object
- Struct
- Brush::Pipeline::ProcessIOResult
- Defined in:
- lib/brush/pipeline.rb
Instance Attribute Summary collapse
-
#io ⇒ Object
Returns the value of attribute io.
-
#pipe ⇒ Object
Returns the value of attribute pipe.
-
#process_infos ⇒ Object
Returns the value of attribute process_infos.
-
#threads ⇒ Object
Returns the value of attribute threads.
Instance Attribute Details
#io ⇒ Object
Returns the value of attribute io
171 172 173 |
# File 'lib/brush/pipeline.rb', line 171 def io @io end |
#pipe ⇒ Object
Returns the value of attribute pipe
171 172 173 |
# File 'lib/brush/pipeline.rb', line 171 def pipe @pipe end |
#process_infos ⇒ Object
Returns the value of attribute process_infos
171 172 173 |
# File 'lib/brush/pipeline.rb', line 171 def process_infos @process_infos end |
#threads ⇒ Object
Returns the value of attribute threads
171 172 173 |
# File 'lib/brush/pipeline.rb', line 171 def threads @threads end |