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.10.13 lib/serverspec/helper/attributes.rb
serverspec-0.10.12 lib/serverspec/helper/attributes.rb
serverspec-0.10.11 lib/serverspec/helper/attributes.rb
serverspec-0.10.10 lib/serverspec/helper/attributes.rb
serverspec-0.10.9 lib/serverspec/helper/attributes.rb
serverspec-0.10.8 lib/serverspec/helper/attributes.rb
serverspec-0.10.7 lib/serverspec/helper/attributes.rb
serverspec-0.10.6 lib/serverspec/helper/attributes.rb
serverspec-0.10.5 lib/serverspec/helper/attributes.rb
serverspec-0.10.4 lib/serverspec/helper/attributes.rb
serverspec-0.10.3 lib/serverspec/helper/attributes.rb
serverspec-0.10.2 lib/serverspec/helper/attributes.rb
serverspec-0.10.1 lib/serverspec/helper/attributes.rb
serverspec-0.10.0 lib/serverspec/helper/attributes.rb
serverspec-0.9.8 lib/serverspec/helper/attributes.rb
serverspec-0.9.7 lib/serverspec/helper/attributes.rb
serverspec-0.9.6 lib/serverspec/helper/attributes.rb
serverspec-0.9.5 lib/serverspec/helper/attributes.rb
serverspec-0.9.4 lib/serverspec/helper/attributes.rb
serverspec-0.9.3 lib/serverspec/helper/attributes.rb