Module: Serverspec::Helper::Attributes

Defined in:
lib/serverspec/helper/attributes.rb

Instance Method Summary collapse

Instance Method Details

#attrObject



6
7
8
9
# File 'lib/serverspec/helper/attributes.rb', line 6

def attr
  puts "Warning: attr method will be obsoleted. Please use property method instead."
  Serverspec::Attributes.instance.attributes
end

#attr_set(attr) ⇒ Object



10
11
12
13
# File 'lib/serverspec/helper/attributes.rb', line 10

def attr_set(attr)
  puts "Warning: attr_set method will be obsoleted. Please use set_property method instead."
  Serverspec::Attributes.instance.attributes(attr)
end