Class | God::Condition |
In: |
lib/god/condition.rb
|
Parent: | Behavior |
info | [RW] | |
notify | [RW] | |
phase | [RW] | |
transition | [RW] |
Generate a Condition of the given kind. The proper class if found by camel casing the kind (which is given as an underscored symbol).
+kind+ is the underscored symbol representing the class (e.g. :foo_bar for God::Conditions::FooBar)