class Gem::GemcutterUtilities::WebauthnListener::NotFoundResponse
Private Instance Methods
Source
# File lib/rubygems/gemcutter_utilities/webauthn_listener/response.rb, line 137 def code 404 end
Source
# File lib/rubygems/gemcutter_utilities/webauthn_listener/response.rb, line 141 def reason_phrase "Not Found" end