Exception: MissingAttribute
- Inherits:
-
StandardError
- Object
- StandardError
- MissingAttribute
- Defined in:
- lib/chef-rundeck.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
-
#initialize(name) ⇒ MissingAttribute
constructor
A new instance of MissingAttribute.
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
#name ⇒ Object (readonly)
Returns the value of attribute name.
31 32 33 |
# File 'lib/chef-rundeck.rb', line 31 def name @name end |