Class: JenkinsJob::Common::Timed
- Inherits:
- BasicObject
- Defined in:
- lib/rubyjobbuilderdsl/common/timed.rb
Instance Attribute Summary collapse
-
#value_ ⇒ Object
readonly
Returns the value of attribute value_.
Instance Method Summary collapse
-
#initialize(value) ⇒ Timed
constructor
A new instance of Timed.
Constructor Details
#initialize(value) ⇒ Timed
Returns a new instance of Timed.
5 6 7 |
# File 'lib/rubyjobbuilderdsl/common/timed.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/common/timed.rb', line 4 def value_ @value_ end |