Exception: Rackful::HTTP406NotAcceptable
- Inherits:
-
HTTPStatus
- Object
- RuntimeError
- HTTPStatus
- Rackful::HTTP406NotAcceptable
- Defined in:
- gems/rackful-0.1.1/lib/rackful_http_status.rb,
gems/rackful-0.1.1.orig/lib/rackful_http_status.rb
Overview
Instance Attribute Summary
Attributes inherited from HTTPStatus
#headers, #status, #to_rackful
Attributes included from Resource
#get_etag, #get_last_modified, #path
Instance Method Summary (collapse)
-
- (HTTP406NotAcceptable) initialize(content_types)
constructor
A new instance of HTTP406NotAcceptable.
Methods included from Resource
#default_headers, #destroy, #do_METHOD, #empty?, #http_DELETE, #http_GET, #http_HEAD, #http_OPTIONS, #http_PUT, #http_method, #http_methods, included, #requested?, #serializer, #title, #to_rackful, #to_struct
Constructor Details
- (HTTP406NotAcceptable) initialize(content_types)
A new instance of HTTP406NotAcceptable
234 235 236 237 |
# File 'gems/rackful-0.1.1/lib/rackful_http_status.rb', line 234 def initialize content_types super 406, '', :Available content-type(s):' => content_types end |