Class: Bricolage::AfterAllJobsEvent
- Inherits:
-
Struct
- Object
- Struct
- Bricolage::AfterAllJobsEvent
- Defined in:
- lib/bricolage/eventhandlers.rb
Instance Attribute Summary collapse
-
#queue ⇒ Object
Returns the value of attribute queue.
-
#succeeded ⇒ Object
Returns the value of attribute succeeded.
Instance Attribute Details
#queue ⇒ Object
Returns the value of attribute queue
51 52 53 |
# File 'lib/bricolage/eventhandlers.rb', line 51 def queue @queue end |
#succeeded ⇒ Object
Returns the value of attribute succeeded
51 52 53 |
# File 'lib/bricolage/eventhandlers.rb', line 51 def succeeded @succeeded end |