class Pacproxy::Runtimes::Base
Pacproxy::Runtimes::Basee represet basic runtime
Attributes
source[R]
Public Class Methods
new()
click to toggle source
# File lib/pacproxy/runtimes/base.rb, line 14 def initialize end
runtime()
click to toggle source
# File lib/pacproxy/runtimes/base.rb, line 11 def self.runtime end
Public Instance Methods
find(_url)
click to toggle source
# File lib/pacproxy/runtimes/base.rb, line 23 def find(_url) end
shutdown()
click to toggle source
# File lib/pacproxy/runtimes/base.rb, line 17 def shutdown end
update(_file_location)
click to toggle source
# File lib/pacproxy/runtimes/base.rb, line 20 def update(_file_location) end