Class: Semaph::Model::WorkflowCollection
- Inherits:
-
Object
- Object
- Semaph::Model::WorkflowCollection
- Defined in:
- lib/semaph/model/workflow_collection.rb
Instance Attribute Summary collapse
-
#all ⇒ Object
readonly
Returns the value of attribute all.
Instance Method Summary collapse
-
#initialize(project) ⇒ WorkflowCollection
constructor
A new instance of WorkflowCollection.
- #reload ⇒ Object
Constructor Details
#initialize(project) ⇒ WorkflowCollection
Returns a new instance of WorkflowCollection.
8 9 10 |
# File 'lib/semaph/model/workflow_collection.rb', line 8 def initialize(project) @project = project end |
Instance Attribute Details
#all ⇒ Object (readonly)
Returns the value of attribute all.
6 7 8 |
# File 'lib/semaph/model/workflow_collection.rb', line 6 def all @all end |