Class: Cheffish::ServerAPI

Inherits:
Chef::HTTP
  • Object
show all
Defined in:
lib/cheffish/server_api.rb

Overview

Exactly like Chef::ServerAPI, but requires you to pass in what keys you want (no defaults)

Instance Method Summary collapse

Constructor Details

#initialize(url, options = {}) ⇒ ServerAPI

Returns a new instance of ServerAPI.



31
32
33
# File 'lib/cheffish/server_api.rb', line 31

def initialize(url, options = {})
  super(url, options)
end