Module: HybridStateModel
- Defined in:
- lib/hybrid_state_model.rb,
lib/hybrid_state_model/core.rb,
lib/hybrid_state_model/metrics.rb,
lib/hybrid_state_model/version.rb,
lib/hybrid_state_model/query_methods.rb,
lib/hybrid_state_model/state_machine.rb
Defined Under Namespace
Modules: ClassMethods, Core, Metrics, QueryMethods Classes: Error, InvalidMicroStateError, InvalidStateError, InvalidTransitionError, StateMachine
Constant Summary collapse
- VERSION =
"0.1.1"
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
16 17 18 |
# File 'lib/hybrid_state_model.rb', line 16 def self.included(base) base.extend(ClassMethods) end |