Class: BlackStack::Bots::MechanizeBot

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

Overview

Bot

Direct Known Subclasses

Google

Instance Attribute Summary collapse

Attributes inherited from Bot

#ip, #password, #port_index, #ports, #user

Instance Method Summary collapse

Methods inherited from Bot

#proxy?

Constructor Details

#initialize(h) ⇒ MechanizeBot

Returns a new instance of MechanizeBot.



31
32
33
# File 'lib/base.rb', line 31

def initialize(h)
    super(h)
end

Instance Attribute Details

#agentObject

mechanize agent



30
31
32
# File 'lib/base.rb', line 30

def agent
  @agent
end