class Nonnative::NoProxy

Public Instance Methods

port() click to toggle source
# File lib/nonnative/no_proxy.rb, line 13
def port
  service.port
end
start() click to toggle source
# File lib/nonnative/no_proxy.rb, line 5
def start
  # Do nothing.
end
stop() click to toggle source
# File lib/nonnative/no_proxy.rb, line 9
def stop
  # Do nothing.
end