Class: CapybaraSelenium::AppServer::BaseConfiguration

Inherits:
Object
  • Object
show all
Defined in:
lib/capybara_selenium/app_server/configuration.rb

Overview

Base class for all web application server configurations

Direct Known Subclasses

RackConfiguration

Instance Attribute Summary collapse

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