Sha256: f48a42cc183c7155707b244967230565fab8b8b83d45982d49360395c7e34265

Contents?: true

Size: 275 Bytes

Versions: 96

Compression:

Stored size: 275 Bytes

Contents

require 'serverspec/attributes'

module Serverspec
  module Helper
    module Attributes
      def attr
        Serverspec::Attributes.instance.attributes
      end
      def attr_set(attr)
        Serverspec::Attributes.instance.attributes(attr)
      end
    end
  end
end

Version data entries

96 entries across 96 versions & 1 rubygems

Version Path
serverspec-0.6.8 lib/serverspec/helper/attributes.rb
serverspec-0.6.7 lib/serverspec/helper/attributes.rb
serverspec-0.6.6 lib/serverspec/helper/attributes.rb
serverspec-0.6.5 lib/serverspec/helper/attributes.rb
serverspec-0.6.4 lib/serverspec/helper/attributes.rb
serverspec-0.6.3 lib/serverspec/helper/attributes.rb
serverspec-0.6.2 lib/serverspec/helper/attributes.rb
serverspec-0.6.1 lib/serverspec/helper/attributes.rb
serverspec-0.6.0 lib/serverspec/helper/attributes.rb
serverspec-0.5.8 lib/serverspec/helper/attributes.rb
serverspec-0.5.7 lib/serverspec/helper/attributes.rb
serverspec-0.5.6 lib/serverspec/helper/attributes.rb
serverspec-0.5.5 lib/serverspec/helper/attributes.rb
serverspec-0.5.4 lib/serverspec/helper/attributes.rb
serverspec-0.5.3 lib/serverspec/helper/attributes.rb
serverspec-0.5.2 lib/serverspec/helper/attributes.rb
serverspec-0.5.1 lib/serverspec/helper/attributes.rb
serverspec-0.5.0 lib/serverspec/helper/attributes.rb
serverspec-0.4.14 lib/serverspec/helper/attributes.rb
serverspec-0.4.13 lib/serverspec/helper/attributes.rb