Class: Fregoo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#hashObject

Returns the value of attribute hash.



7
8
9
# File 'lib/Fregoo.rb', line 7

def hash
  @hash
end