module Specinfra::Helper::Properties

Public Instance Methods

attrs() click to toggle source
# File lib/ext/serverspec/attributes.rb, line 4
def attrs
  property['attributes']
end
global_attrs() click to toggle source
# File lib/ext/serverspec/attributes.rb, line 7
def global_attrs
  property['global_attributes']
end