Class: RGFA::Logger::ProgressData Private
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
-
#counter ⇒ Object
Returns the value of attribute counter.
-
#lastpart ⇒ Object
Returns the value of attribute lastpart.
-
#partsize ⇒ Object
Returns the value of attribute partsize.
-
#starttime ⇒ Object
Returns the value of attribute starttime.
-
#strlen ⇒ Object
Returns the value of attribute strlen.
-
#total ⇒ Object
Returns the value of attribute total.
-
#units ⇒ Object
Returns the value of attribute units.
Instance Attribute Details
#counter ⇒ Object
Returns the value of attribute counter
10 11 12 |
# File 'lib/rgfa/logger.rb', line 10 def counter @counter end |
#lastpart ⇒ Object
Returns the value of attribute lastpart
10 11 12 |
# File 'lib/rgfa/logger.rb', line 10 def lastpart @lastpart end |
#partsize ⇒ Object
Returns the value of attribute partsize
10 11 12 |
# File 'lib/rgfa/logger.rb', line 10 def partsize @partsize end |
#starttime ⇒ Object
Returns the value of attribute starttime
10 11 12 |
# File 'lib/rgfa/logger.rb', line 10 def starttime @starttime end |
#strlen ⇒ Object
Returns the value of attribute strlen
10 11 12 |
# File 'lib/rgfa/logger.rb', line 10 def strlen @strlen end |
#total ⇒ Object
Returns the value of attribute total
10 11 12 |
# File 'lib/rgfa/logger.rb', line 10 def total @total end |
#units ⇒ Object
Returns the value of attribute units
10 11 12 |
# File 'lib/rgfa/logger.rb', line 10 def units @units end |