Class: MotionFlux::Store
- Inherits:
-
Object
- Object
- MotionFlux::Store
- Extended by:
- ClassMethods
- Defined in:
- lib/motion_flux/store.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Methods included from ClassMethods
attributes, handlers, instance, on, store_attribute, subscribe, wait_for
Instance Method Details
#emit(event) ⇒ Object
3 4 5 |
# File 'lib/motion_flux/store.rb', line 3 def emit event self.class.emit event end |