Class: Rumx::Beans::TimerAndErrorHash
- Defined in:
- lib/rumx/beans/timer_and_error_hash.rb
Overview
Extend Beans::Hash specifically for Beans::TimerAndError
Instance Method Summary collapse
-
#initialize ⇒ TimerAndErrorHash
constructor
A new instance of TimerAndErrorHash.
Methods inherited from Hash
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
#initialize ⇒ TimerAndErrorHash
Returns a new instance of TimerAndErrorHash.
5 6 7 |
# File 'lib/rumx/beans/timer_and_error_hash.rb', line 5 def initialize super { TimerAndError.new } end |