Class: Serverspec::Attributes
- Inherits:
-
Object
- Object
- Serverspec::Attributes
- Includes:
- Singleton
- Defined in:
- lib/serverspec/attributes.rb
Instance Method Summary collapse
- #attributes(attr = nil) ⇒ Object
-
#initialize ⇒ Attributes
constructor
A new instance of Attributes.
Constructor Details
#initialize ⇒ Attributes
Returns a new instance of Attributes.
6 7 8 |
# File 'lib/serverspec/attributes.rb', line 6 def initialize @attr = {} end |