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