Class: Hobos::Browser
- Inherits:
-
Object
- Object
- Hobos::Browser
- Defined in:
- lib/hobos.rb
Instance Attribute Summary collapse
-
#browser ⇒ Object
Returns the value of attribute browser.
Instance Method Summary collapse
-
#initialize ⇒ Browser
constructor
A new instance of Browser.
Constructor Details
#initialize ⇒ Browser
Returns a new instance of Browser.
45 46 47 |
# File 'lib/hobos.rb', line 45 def initialize @browser = Mechanize.new end |
Instance Attribute Details
#browser ⇒ Object
Returns the value of attribute browser.
43 44 45 |
# File 'lib/hobos.rb', line 43 def browser @browser end |