Module: Camunda::Workflow
- Defined in:
- lib/camunda/workflow.rb,
lib/camunda/workflow/version.rb
Defined Under Namespace
Classes: Configuration
Constant Summary collapse
- VERSION =
'0.1.3'.freeze
Class Method Summary collapse
Class Method Details
.configuration ⇒ Object
7 8 9 |
# File 'lib/camunda/workflow.rb', line 7 def self.configuration @configuration ||= Configuration.new end |
.configure {|configuration| ... } ⇒ Object
3 4 5 |
# File 'lib/camunda/workflow.rb', line 3 def self.configure yield(configuration) end |