Exception: Rackful::HTTP405MethodNotAllowed
- Inherits:
 - 
      HTTPStatus
      
        
- Object
 - RuntimeError
 - HTTPStatus
 - Rackful::HTTP405MethodNotAllowed
 
 - Defined in:
 - lib/rackful/httpstatus.rb
 
Instance Attribute Summary (collapse)
- 
  
    
      - (void) headers 
    
    
  
  
    
      inherited
      from HTTPStatus
    
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute headers.
 - 
  
    
      - (void) status 
    
    
  
  
    
      inherited
      from HTTPStatus
    
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute status.
 - 
  
    
      - (void) to_rackful 
    
    
  
  
    
      inherited
      from HTTPStatus
    
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    
Returns the value of attribute to_rackful.
 
Instance Method Summary (collapse)
- 
  
    
      - (HTTP405MethodNotAllowed) initialize(methods) 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of HTTP405MethodNotAllowed.
 
Constructor Details
- (HTTP405MethodNotAllowed) initialize(methods)
Returns a new instance of HTTP405MethodNotAllowed
      202 203 204  | 
    
      # File 'lib/rackful/httpstatus.rb', line 202 def initialize methods super( 405, '', 'Allow' => methods.join(', '), :Allowed methods:' => methods ) end  | 
  
Instance Attribute Details
- (void) headers (readonly) Originally defined in class HTTPStatus
Returns the value of attribute headers
- (void) status (readonly) Originally defined in class HTTPStatus
Returns the value of attribute status
- (void) to_rackful (readonly) Originally defined in class HTTPStatus
Returns the value of attribute to_rackful