Module: ProxyRb::Cucumber

Includes:
Api
Defined in:
lib/proxy_rb/cucumber.rb

Overview

Main Module

Instance Attribute Summary collapse

Attributes included from Api::HttpProxy

#resource

Instance Method Summary collapse

Methods included from Api::Formatters

#simple_table

Methods included from Api::Passwords

#password

Methods included from Api::HttpProxy

#request, #response, #visit

Methods included from Api::Core

#proxy_rb, #setup_proxy_rb

Instance Attribute Details

#proxyObject (readonly)

Returns the value of attribute proxy.



11
12
13
# File 'lib/proxy_rb/cucumber.rb', line 11

def proxy
  @proxy
end

Instance Method Details

#proxiesObject



13
14
15
# File 'lib/proxy_rb/cucumber.rb', line 13

def proxies
  @proxies ||= []
end

#usersObject



21
22
23
# File 'lib/proxy_rb/cucumber.rb', line 21

def users
  @users ||= []
end

#websitesObject



17
18
19
# File 'lib/proxy_rb/cucumber.rb', line 17

def websites
  @websites ||= []
end