123456789_123456789_123456789_123456789_123456789_

Class: Gem::GemcutterUtilities::WebauthnListener::NoContentResponse

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Response
Instance Chain:
self, Response
Inherits: Gem::GemcutterUtilities::WebauthnListener::Response
Defined in: lib/rubygems/gemcutter_utilities/webauthn_listener/response.rb

Class Method Summary

Response - Inherited

Instance Attribute Summary

Response - Inherited

Instance Method Summary

Constructor Details

This class inherits a constructor from Gem::GemcutterUtilities::WebauthnListener::Response

Instance Method Details

#code (private)

[ GitHub ]

  
# File 'lib/rubygems/gemcutter_utilities/webauthn_listener/response.rb', line 109

def code
  204
end

#reason_phrase (private)

[ GitHub ]

  
# File 'lib/rubygems/gemcutter_utilities/webauthn_listener/response.rb', line 113

def reason_phrase
  "No Content"
end