Class: Dunlop::Workflow

Inherits:
Object
  • Object
show all
Defined in:
app/services/dunlop/workflow.rb

Overview

Defined Under Namespace

Classes: Configuration

Class Attribute Summary collapse

Class Method Summary collapse

Class Attribute Details

.configurationObject

Returns the value of attribute configuration.



4
5
6
# File 'app/services/dunlop/workflow.rb', line 4

def configuration
  @configuration
end

Class Method Details

.configure {|configuration| ... } ⇒ Object

Yields:



10
11
12
# File 'app/services/dunlop/workflow.rb', line 10

def self.configure
  yield(configuration)
end