class ChefZero::Endpoints::ControlsEndpoint
/organizations/ORG/controls
Public Instance Methods
get(request)
click to toggle source
ours is not to wonder why; ours is but to make the pedant specs pass.
# File lib/chef_zero/endpoints/controls_endpoint.rb, line 6 def get(request) error(410, "Server says 410, chef-zero says 410.") end
post(request)
click to toggle source
# File lib/chef_zero/endpoints/controls_endpoint.rb, line 10 def post(request) error(410, "Server says 410, chef-zero says 410.") end