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 7 def get(request) error(410, "Server says 410, #{ChefZero::Dist::CLIENT} says 410.") end
post(request)
click to toggle source
# File lib/chef_zero/endpoints/controls_endpoint.rb, line 11 def post(request) error(410, "Server says 410, #{ChefZero::Dist::CLIENT} says 410.") end