Class: Bricolage::BeforeAllJobsEvent
- Inherits:
-
Struct
- Object
- Struct
- Bricolage::BeforeAllJobsEvent
- Defined in:
- lib/bricolage/eventhandlers.rb,
lib/bricolage/eventhandlers.rb
Overview
reopen
Instance Attribute Summary collapse
-
#jobnet_id ⇒ Object
Returns the value of attribute jobnet_id.
-
#queue ⇒ Object
Returns the value of attribute queue.
Instance Method Summary collapse
Instance Attribute Details
#jobnet_id ⇒ Object
Returns the value of attribute jobnet_id
43 44 45 |
# File 'lib/bricolage/eventhandlers.rb', line 43 def jobnet_id @jobnet_id end |
#queue ⇒ Object
Returns the value of attribute queue
43 44 45 |
# File 'lib/bricolage/eventhandlers.rb', line 43 def queue @queue end |
Instance Method Details
#flow_id ⇒ Object
45 46 47 |
# File 'lib/bricolage/eventhandlers.rb', line 45 def flow_id jobnet_id end |