Class: Google::Scholar::Base
- Inherits:
-
Object
- Object
- Google::Scholar::Base
- Defined in:
- lib/google/scholar/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#scraper ⇒ Object
Returns the value of attribute scraper.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(url) ⇒ Base
constructor
A new instance of Base.
Constructor Details
Instance Attribute Details
#scraper ⇒ Object
Returns the value of attribute scraper.
4 5 6 |
# File 'lib/google/scholar/base.rb', line 4 def scraper @scraper end |