Class: JenkinsJob::Common::Password

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, password) ⇒ Password



6
7
8
9
# File 'lib/rubyjobbuilderdsl/common/password.rb', line 6

def initialize(name, password)
  @name_ = name
  @password_ = password
end

Instance Attribute Details

#name_Object (readonly)

Returns the value of attribute name_.



4
5
6
# File 'lib/rubyjobbuilderdsl/common/password.rb', line 4

def name_
  @name_
end

#password_Object (readonly)

Returns the value of attribute password_.



4
5
6
# File 'lib/rubyjobbuilderdsl/common/password.rb', line 4

def password_
  @password_
end