Class: Hobos::Browser

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeBrowser

Returns a new instance of Browser.



45
46
47
# File 'lib/hobos.rb', line 45

def initialize
  @browser = Mechanize.new
end

Instance Attribute Details

#browserObject

Returns the value of attribute browser.



43
44
45
# File 'lib/hobos.rb', line 43

def browser
  @browser
end