Class: RGFA::Logger::ProgressData Private

Inherits:
Struct
  • Object
show all
Defined in:
lib/rgfa/logger.rb

Overview

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Information about the progress of a computation

Instance Attribute Summary collapse

Instance Attribute Details

#counterObject

Returns the value of attribute counter

Returns:

  • (Object)

    the current value of counter



10
11
12
# File 'lib/rgfa/logger.rb', line 10

def counter
  @counter
end

#lastpartObject

Returns the value of attribute lastpart

Returns:

  • (Object)

    the current value of lastpart



10
11
12
# File 'lib/rgfa/logger.rb', line 10

def lastpart
  @lastpart
end

#partsizeObject

Returns the value of attribute partsize

Returns:

  • (Object)

    the current value of partsize



10
11
12
# File 'lib/rgfa/logger.rb', line 10

def partsize
  @partsize
end

#starttimeObject

Returns the value of attribute starttime

Returns:

  • (Object)

    the current value of starttime



10
11
12
# File 'lib/rgfa/logger.rb', line 10

def starttime
  @starttime
end

#strlenObject

Returns the value of attribute strlen

Returns:

  • (Object)

    the current value of strlen



10
11
12
# File 'lib/rgfa/logger.rb', line 10

def strlen
  @strlen
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



10
11
12
# File 'lib/rgfa/logger.rb', line 10

def total
  @total
end

#unitsObject

Returns the value of attribute units

Returns:

  • (Object)

    the current value of units



10
11
12
# File 'lib/rgfa/logger.rb', line 10

def units
  @units
end