Class: Brush::Pipeline::SysInfo
- Inherits:
-
Struct
- Object
- Struct
- Brush::Pipeline::SysInfo
- Defined in:
- lib/brush/pipeline.rb
Instance Attribute Summary collapse
-
#process_infos ⇒ Object
Returns the value of attribute process_infos.
-
#threads ⇒ Object
Returns the value of attribute threads.
Instance Attribute Details
#process_infos ⇒ Object
Returns the value of attribute process_infos
81 82 83 |
# File 'lib/brush/pipeline.rb', line 81 def process_infos @process_infos end |
#threads ⇒ Object
Returns the value of attribute threads
81 82 83 |
# File 'lib/brush/pipeline.rb', line 81 def threads @threads end |