Class: CapybaraSelenium::AppServer::BaseConfiguration
- Inherits:
-
Object
- Object
- CapybaraSelenium::AppServer::BaseConfiguration
- Defined in:
- lib/capybara_selenium/app_server/configuration.rb
Overview
Base class for all web application server configurations
Direct Known Subclasses
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#port ⇒ Object
Returns the value of attribute port.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host.
5 6 7 |
# File 'lib/capybara_selenium/app_server/configuration.rb', line 5 def host @host end |
#port ⇒ Object
Returns the value of attribute port.
5 6 7 |
# File 'lib/capybara_selenium/app_server/configuration.rb', line 5 def port @port end |
#url ⇒ Object
Returns the value of attribute url.
5 6 7 |
# File 'lib/capybara_selenium/app_server/configuration.rb', line 5 def url @url end |