class Gem::GemcutterUtilities::WebauthnListener::NoContentResponse
Private Instance Methods
Source
# File lib/rubygems/gemcutter_utilities/webauthn_listener/response.rb, line 109 def code 204 end
Source
# File lib/rubygems/gemcutter_utilities/webauthn_listener/response.rb, line 113 def reason_phrase "No Content" end