class ChefZero::Endpoints::VersionEndpoint

/version

Public Instance Methods

get(request) click to toggle source
# File lib/chef_zero/endpoints/version_endpoint.rb, line 8
def get(request)
  text_response(200, "#{ChefZero::Dist::CLIENT} #{ChefZero::VERSION}\n")
end