Class: WatchedProcess::Status
- Inherits:
-
Struct
- Object
- Struct
- WatchedProcess::Status
- Defined in:
- lib/stream2tracks/process.rb
Instance Attribute Summary collapse
-
#current ⇒ Object
Returns the value of attribute current.
-
#eof ⇒ Object
Returns the value of attribute eof.
-
#total ⇒ Object
Returns the value of attribute total.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Attribute Details
#current ⇒ Object
Returns the value of attribute current
58 59 60 |
# File 'lib/stream2tracks/process.rb', line 58 def current @current end |
#eof ⇒ Object
Returns the value of attribute eof
58 59 60 |
# File 'lib/stream2tracks/process.rb', line 58 def eof @eof end |
#total ⇒ Object
Returns the value of attribute total
58 59 60 |
# File 'lib/stream2tracks/process.rb', line 58 def total @total end |
#valid ⇒ Object
Returns the value of attribute valid
58 59 60 |
# File 'lib/stream2tracks/process.rb', line 58 def valid @valid end |