Class: BlackStack::RemoteProxy

Inherits:
Object
  • Object
show all
Includes:
BaseProxy
Defined in:
lib/remoteproxy.rb

Instance Attribute Summary collapse

Method Summary

Methods included from BaseProxy

#chrome_switches, #firefox_profile_parameter, #phantomjs_switches

Instance Attribute Details

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/remoteproxy.rb', line 5

def id
  @id
end

#ipObject

Returns the value of attribute ip.



5
6
7
# File 'lib/remoteproxy.rb', line 5

def ip
  @ip
end

#passwordObject

Returns the value of attribute password.



5
6
7
# File 'lib/remoteproxy.rb', line 5

def password
  @password
end

#portObject

Returns the value of attribute port.



5
6
7
# File 'lib/remoteproxy.rb', line 5

def port
  @port
end

#userObject

Returns the value of attribute user.



5
6
7
# File 'lib/remoteproxy.rb', line 5

def user
  @user
end