Class: Arachni::Scope Abstract
Overview
Direct Known Subclasses
Defined Under Namespace
Classes: Error
Instance Method Summary collapse
- #options ⇒ OptionGroups::Scope
 - 
  
    
      #out?  ⇒ Bool 
    
    
  
  
  
  
  
  abstract
  
  
  
    
`true` if the resource is out of scope, `false` otherwise.
 
Instance Method Details
#options ⇒ OptionGroups::Scope
      27 28 29  | 
    
      # File 'lib/arachni/scope.rb', line 27 def Options.scope end  | 
  
#out? ⇒ Bool
  This method is abstract.
  
Returns `true` if the resource is out of scope, `false` otherwise.
      35 36  | 
    
      # File 'lib/arachni/scope.rb', line 35 def out? end  |