class Gem::GemcutterUtilities::WebauthnListener::NoContentResponse

私有实例方法

code() 点击切换源代码
# File rubygems/gemcutter_utilities/webauthn_listener/response.rb, line 109
def code
  204
end
reason_phrase() 点击切换源代码
# File rubygems/gemcutter_utilities/webauthn_listener/response.rb, line 113
def reason_phrase
  "No Content"
end