Class: Arachni::HTTP::Message::Scope
- Inherits:
 - 
      URI::Scope
      
        
- Object
 - Scope
 - URI::Scope
 - Arachni::HTTP::Message::Scope
 
 
- Defined in:
 - lib/arachni/http/message/scope.rb
 
Overview
Determines the scope status of Arachni::HTTP::Messages.
Direct Known Subclasses
Defined Under Namespace
Classes: Error
Instance Method Summary collapse
- 
  
    
      #initialize(message)  ⇒ Scope 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Scope.
 
Methods inherited from URI::Scope
#auto_redundant?, #exclude?, #exclude_file_extension?, #follow_protocol?, #in?, #in_domain?, #include?, #out?, #redundant?, #too_deep?
Methods inherited from Scope
Constructor Details
#initialize(message) ⇒ Scope
Returns a new instance of Scope.
      27 28 29  | 
    
      # File 'lib/arachni/http/message/scope.rb', line 27 def initialize( ) super .parsed_url end  |