Class: JenkinsJob::Common::BlockingJob
- Inherits:
- BasicObject
- Defined in:
- lib/rubyjobbuilderdsl/common/blocking_job.rb
Instance Attribute Summary collapse
-
#jobs_ ⇒ Object
readonly
Returns the value of attribute jobs_.
Instance Method Summary collapse
-
#initialize(*value) ⇒ BlockingJob
constructor
A new instance of BlockingJob.
Constructor Details
#initialize(*value) ⇒ BlockingJob
Returns a new instance of BlockingJob.
6 7 8 |
# File 'lib/rubyjobbuilderdsl/common/blocking_job.rb', line 6 def initialize(*value) @jobs_ = value end |
Instance Attribute Details
#jobs_ ⇒ Object (readonly)
Returns the value of attribute jobs_.
4 5 6 |
# File 'lib/rubyjobbuilderdsl/common/blocking_job.rb', line 4 def jobs_ @jobs_ end |