Class: JenkinsJob::Postbuild::PostbuildGroovy
- Inherits:
- BasicObject
- Defined in:
- lib/rubyjobbuilderdsl/postbuild/groovy.rb
Instance Attribute Summary collapse
-
#value_ ⇒ Object
readonly
Returns the value of attribute value_.
Instance Method Summary collapse
-
#initialize(value) ⇒ PostbuildGroovy
constructor
A new instance of PostbuildGroovy.
Constructor Details
#initialize(value) ⇒ PostbuildGroovy
5 6 7 |
# File 'lib/rubyjobbuilderdsl/postbuild/groovy.rb', line 5 def initialize(value) @value_ = value end |
Instance Attribute Details
#value_ ⇒ Object (readonly)
Returns the value of attribute value_.
4 5 6 |
# File 'lib/rubyjobbuilderdsl/postbuild/groovy.rb', line 4 def value_ @value_ end |