Class God::Condition
In: lib/god/condition.rb
Parent: Behavior

Methods

generate  

Public Class methods

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)

[Validate]