Sha256: 7b6a200e2880b16bf4249cb1cb805e2096b759e58b3a61a0dcb063a433514d9e
Contents?: true
Size: 853 Bytes
Versions: 2
Compression:
Stored size: 853 Bytes
Contents
# # Author:: Daniel DeLeo (<dan@opscode.com>) # Copyright:: Copyright (c) 2010 Opscode, Inc. # License:: Apache License, Version 2.0 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # module Shef class ShefREST < Chef::REST alias :get :get_rest alias :put :put_rest alias :post :post_rest alias :delete :delete_rest end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
chef-0.9.8.rc.0 | lib/chef/shef/shef_rest.rb |
chef-0.9.8.beta.2 | lib/chef/shef/shef_rest.rb |