Exception: MissingAttribute

Inherits:
StandardError
  • Object
show all
Defined in:
lib/chef-rundeck.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ MissingAttribute

Returns a new instance of MissingAttribute.



32
33
34
# File 'lib/chef-rundeck.rb', line 32

def initialize(name)
  @name = name
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



31
32
33
# File 'lib/chef-rundeck.rb', line 31

def name
  @name
end