Class: WatchedProcess::Status

Inherits:
Struct
  • Object
show all
Defined in:
lib/stream2tracks/process.rb

Instance Attribute Summary collapse

Instance Attribute Details

#currentObject

Returns the value of attribute current

Returns:

  • (Object)

    the current value of current



58
59
60
# File 'lib/stream2tracks/process.rb', line 58

def current
  @current
end

#eofObject

Returns the value of attribute eof

Returns:

  • (Object)

    the current value of eof



58
59
60
# File 'lib/stream2tracks/process.rb', line 58

def eof
  @eof
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



58
59
60
# File 'lib/stream2tracks/process.rb', line 58

def total
  @total
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



58
59
60
# File 'lib/stream2tracks/process.rb', line 58

def valid
  @valid
end