Class: ESearchy::OtherEngines::AmazonWishList
- Inherits:
-
GenericEngine
- Object
- GenericEngine
- ESearchy::OtherEngines::AmazonWishList
- Defined in:
- lib/esearchy/OtherEngines/amazonwishlist.rb
Constant Summary collapse
- ENGINE =
Do not really need any of them.
""
- PORT =
0
- NUM =
0
- TYPE =
1
Instance Attribute Summary
Attributes inherited from GenericEngine
#documents, #emails, #people, #results
Instance Method Summary collapse
Methods inherited from GenericEngine
#company=, #initialize, #maxhits=, #start=
Constructor Details
This class inherits a constructor from ESearchy::GenericEngine
Instance Method Details
#parse(html) ⇒ Object
13 14 |
# File 'lib/esearchy/OtherEngines/amazonwishlist.rb', line 13 def parse( html ) end |
#search ⇒ Object
9 10 11 |
# File 'lib/esearchy/OtherEngines/amazonwishlist.rb', line 9 def search end |