Module: Calliper::Config

Extended by:
Config
Included in:
Config
Defined in:
lib/calliper/config.rb

Instance Attribute Summary collapse

Instance Attribute Details

#applicationObject

Returns the value of attribute application.



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

def application
  @application
end

#base_hostObject

Returns the value of attribute base_host.



6
7
8
# File 'lib/calliper/config.rb', line 6

def base_host
  @base_host
end

#base_urlObject

Returns the value of attribute base_url.



7
8
9
# File 'lib/calliper/config.rb', line 7

def base_url
  @base_url
end

#browser_nameObject

Returns the value of attribute browser_name.



8
9
10
# File 'lib/calliper/config.rb', line 8

def browser_name
  @browser_name
end

#capabilitiesObject

Returns the value of attribute capabilities.



9
10
11
# File 'lib/calliper/config.rb', line 9

def capabilities
  @capabilities
end

#driverObject

Returns the value of attribute driver.



10
11
12
# File 'lib/calliper/config.rb', line 10

def driver
  @driver
end

#portObject

Returns the value of attribute port.



11
12
13
# File 'lib/calliper/config.rb', line 11

def port
  @port
end

#remote_urlObject

Returns the value of attribute remote_url.



12
13
14
# File 'lib/calliper/config.rb', line 12

def remote_url
  @remote_url
end