Class: Rumx::Beans::TimerHash

Inherits:
Hash
  • Object
show all
Defined in:
lib/rumx/beans/timer_hash.rb

Overview

Extend Beans::Hash specifically for Beans::Timer

Instance Method Summary collapse

Methods inherited from Hash

#[], #delete

Methods included from Rumx::Bean

add_root, #bean_add_child, #bean_children, #bean_each, #bean_each_child, #bean_each_child_recursive, #bean_each_embedded_child, #bean_each_operation, #bean_each_operation_recursive, #bean_embedded, #bean_find, #bean_get_and_set_attributes, #bean_get_attributes, #bean_has_attributes?, #bean_has_operations?, #bean_monitor, #bean_remove_child, #bean_set_and_get_attributes, #bean_set_attributes, #bean_synchronize, find, find_operation, included, remove_root, root

Constructor Details

#initializeTimerHash

Returns a new instance of TimerHash.



5
6
7
# File 'lib/rumx/beans/timer_hash.rb', line 5

def initialize
  super { Timer.new }
end