Module: Calliper::Config
Instance Attribute Summary collapse
-
#application ⇒ Object
Returns the value of attribute application.
-
#base_host ⇒ Object
Returns the value of attribute base_host.
-
#base_url ⇒ Object
Returns the value of attribute base_url.
-
#browser_name ⇒ Object
Returns the value of attribute browser_name.
-
#capabilities ⇒ Object
Returns the value of attribute capabilities.
-
#driver ⇒ Object
Returns the value of attribute driver.
-
#port ⇒ Object
Returns the value of attribute port.
-
#remote_url ⇒ Object
Returns the value of attribute remote_url.
Instance Attribute Details
#application ⇒ Object
Returns the value of attribute application.
5 6 7 |
# File 'lib/calliper/config.rb', line 5 def application @application end |
#base_host ⇒ Object
Returns the value of attribute base_host.
6 7 8 |
# File 'lib/calliper/config.rb', line 6 def base_host @base_host end |
#base_url ⇒ Object
Returns the value of attribute base_url.
7 8 9 |
# File 'lib/calliper/config.rb', line 7 def base_url @base_url end |
#browser_name ⇒ Object
Returns the value of attribute browser_name.
8 9 10 |
# File 'lib/calliper/config.rb', line 8 def browser_name @browser_name end |
#capabilities ⇒ Object
Returns the value of attribute capabilities.
9 10 11 |
# File 'lib/calliper/config.rb', line 9 def capabilities @capabilities end |
#driver ⇒ Object
Returns the value of attribute driver.
10 11 12 |
# File 'lib/calliper/config.rb', line 10 def driver @driver end |
#port ⇒ Object
Returns the value of attribute port.
11 12 13 |
# File 'lib/calliper/config.rb', line 11 def port @port end |
#remote_url ⇒ Object
Returns the value of attribute remote_url.
12 13 14 |
# File 'lib/calliper/config.rb', line 12 def remote_url @remote_url end |