Sha256: 2d0dd3a6e5010cf9961ed70566375c89b0d7837de15e7e45464764c5ed6c4d5f

Contents?: true

Size: 232 Bytes

Versions: 5

Compression:

Stored size: 232 Bytes

Contents

module JenkinsJob
  class Flow < Common::Common
    attr_reader :name, :dsl_

    def initialize(name, builder)
      super(builder)
      @name = name
    end

    def dsl(value)
      @dsl_ = value
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rubyjobbuilderdsl-0.0.5 lib/rubyjobbuilderdsl/flow.rb
rubyjobbuilderdsl-0.0.3 lib/rubyjobbuilderdsl/flow.rb
rubyjobbuilderdsl-0.0.2 lib/rubyjobbuilderdsl/flow.rb
rubyjobbuilderdsl-0.0.1 lib/rubyjobbuilderdsl/flow.rb
rubyjobbuilderdsl-0.0.0 lib/rubyjobbuilderdsl/flow.rb