class Gem::GemcutterUtilities::WebauthnListener::NoContentResponse
私有实例方法
源代码
# File lib/rubygems/gemcutter_utilities/webauthn_listener/response.rb, line 109 def code 204 end
源代码
# File lib/rubygems/gemcutter_utilities/webauthn_listener/response.rb, line 113 def reason_phrase "No Content" end