Class: Archaeo::LocalRewriteSummary
- Inherits:
-
Struct
- Object
- Struct
- Archaeo::LocalRewriteSummary
- Defined in:
- lib/archaeo/local_rewriter.rb
Instance Attribute Summary collapse
-
#elapsed ⇒ Object
Returns the value of attribute elapsed.
-
#rewritten ⇒ Object
Returns the value of attribute rewritten.
-
#skipped ⇒ Object
Returns the value of attribute skipped.
-
#total ⇒ Object
Returns the value of attribute total.
Instance Attribute Details
#elapsed ⇒ Object
Returns the value of attribute elapsed
6 7 8 |
# File 'lib/archaeo/local_rewriter.rb', line 6 def elapsed @elapsed end |
#rewritten ⇒ Object
Returns the value of attribute rewritten
6 7 8 |
# File 'lib/archaeo/local_rewriter.rb', line 6 def rewritten @rewritten end |
#skipped ⇒ Object
Returns the value of attribute skipped
6 7 8 |
# File 'lib/archaeo/local_rewriter.rb', line 6 def skipped @skipped end |
#total ⇒ Object
Returns the value of attribute total
6 7 8 |
# File 'lib/archaeo/local_rewriter.rb', line 6 def total @total end |