Class: Fregoo
- Inherits:
-
Object
- Object
- Fregoo
- Defined in:
- lib/Fregoo.rb
Instance Attribute Summary collapse
-
#hash ⇒ Object
Returns the value of attribute hash.
Instance Method Summary collapse
-
#initialize(url) ⇒ Fregoo
constructor
A new instance of Fregoo.
Constructor Details
#initialize(url) ⇒ Fregoo
Returns a new instance of Fregoo.
9 10 11 |
# File 'lib/Fregoo.rb', line 9 def initialize(url) go_url(url) end |
Instance Attribute Details
#hash ⇒ Object
Returns the value of attribute hash.
7 8 9 |
# File 'lib/Fregoo.rb', line 7 def hash @hash end |