Exception: Rackful::HTTP301MovedPermanently
- Inherits:
 - 
      HTTPStatus
      
        
- Object
 - RuntimeError
 - HTTPStatus
 - Rackful::HTTP301MovedPermanently
 
 - 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)
- 
  
    
      - (HTTP301MovedPermanently) initialize(location) 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of HTTP301MovedPermanently.
 
Constructor Details
- (HTTP301MovedPermanently) initialize(location)
Returns a new instance of HTTP301MovedPermanently
      156 157 158 159  | 
    
      # File 'lib/rackful/httpstatus.rb', line 156 def initialize location location = URI(location) super( 301, '', :New location:' => location, 'Location' => location ) 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