Class: AwesomeCounterCache::State

Inherits:
Object
  • Object
show all
Defined in:
lib/awesome_counter_cache/state.rb

Instance Attribute Summary collapse

Instance Attribute Details

#delta_currentObject

Returns the value of attribute delta_current.



2
3
4
# File 'lib/awesome_counter_cache/state.rb', line 2

def delta_current
  @delta_current
end

#delta_originalObject

Returns the value of attribute delta_original.



2
3
4
# File 'lib/awesome_counter_cache/state.rb', line 2

def delta_original
  @delta_original
end