Class: WappalyzerRb::Some

Inherits:
Object
  • Object
show all
Defined in:
lib/wappalyzer_rb.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(url) ⇒ Some

Returns a new instance of Some.



8
9
10
11
# File 'lib/wappalyzer_rb.rb', line 8

def initialize(url)
  @url = url
  analyze!
end

Instance Attribute Details

#analysisObject (readonly)

Returns the value of attribute analysis.



6
7
8
# File 'lib/wappalyzer_rb.rb', line 6

def analysis
  @analysis
end