Class: CapybaraSelenium::AppServer::BaseConfiguration

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

Direct Known Subclasses

RackConfiguration

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host.



4
5
6
# File 'lib/capybara_selenium/app_server/configuration.rb', line 4

def host
  @host
end

#portObject

Returns the value of attribute port.



4
5
6
# File 'lib/capybara_selenium/app_server/configuration.rb', line 4

def port
  @port
end