Class: Cheffish::ServerAPI
- Inherits:
-
Chef::HTTP
- Object
- Chef::HTTP
- Cheffish::ServerAPI
- 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
-
#initialize(url, options = {}) ⇒ ServerAPI
constructor
A new instance of ServerAPI.
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, = {}) super(url, ) end |