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.



27
28
29
# File 'lib/chef-rundeck.rb', line 27

def initialize(name)
  @name = name
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



26
27
28
# File 'lib/chef-rundeck.rb', line 26

def name
  @name
end