Class: Archaeo::LocalRewriteSummary

Inherits:
Struct
  • Object
show all
Defined in:
lib/archaeo/local_rewriter.rb

Instance Attribute Summary collapse

Instance Attribute Details

#elapsedObject

Returns the value of attribute elapsed

Returns:

  • (Object)

    the current value of elapsed



6
7
8
# File 'lib/archaeo/local_rewriter.rb', line 6

def elapsed
  @elapsed
end

#rewrittenObject

Returns the value of attribute rewritten

Returns:

  • (Object)

    the current value of rewritten



6
7
8
# File 'lib/archaeo/local_rewriter.rb', line 6

def rewritten
  @rewritten
end

#skippedObject

Returns the value of attribute skipped

Returns:

  • (Object)

    the current value of skipped



6
7
8
# File 'lib/archaeo/local_rewriter.rb', line 6

def skipped
  @skipped
end

#totalObject

Returns the value of attribute total

Returns:

  • (Object)

    the current value of total



6
7
8
# File 'lib/archaeo/local_rewriter.rb', line 6

def total
  @total
end