Class: Nonnative::NoProxy
Instance Method Summary collapse
Methods inherited from Proxy
Constructor Details
This class inherits a constructor from Nonnative::Proxy
Instance Method Details
#port ⇒ Object
13 14 15 |
# File 'lib/nonnative/no_proxy.rb', line 13 def port service.port end |
#start ⇒ Object
5 6 7 |
# File 'lib/nonnative/no_proxy.rb', line 5 def start # Do nothing. end |
#stop ⇒ Object
9 10 11 |
# File 'lib/nonnative/no_proxy.rb', line 9 def stop # Do nothing. end |