Class: JenkinsJob::Common::PollSCM

Inherits:
BasicObject
Defined in:
lib/rubyjobbuilderdsl/common/pollscm.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(value) ⇒ PollSCM

Returns a new instance of PollSCM.



5
6
7
# File 'lib/rubyjobbuilderdsl/common/pollscm.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/pollscm.rb', line 4

def value_
  @value_
end