Class: Pacproxy::Runtimes::Base
- Inherits:
-
Object
- Object
- Pacproxy::Runtimes::Base
- Includes:
- Loggable
- Defined in:
- lib/pacproxy/runtimes/base.rb
Overview
Pacproxy::Runtimes::Basee represet basic runtime
Instance Attribute Summary collapse
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Class Method Summary collapse
Instance Method Summary collapse
- #find(_url) ⇒ Object
-
#initialize ⇒ Base
constructor
A new instance of Base.
- #shutdown ⇒ Object
- #update(_file_location) ⇒ Object
Methods included from Loggable
#access_logger, #accesslog, #debug, #error, #fatal, #general_logger, #info, #lwarn
Constructor Details
#initialize ⇒ Base
Returns a new instance of Base.
14 15 |
# File 'lib/pacproxy/runtimes/base.rb', line 14 def initialize end |
Instance Attribute Details
#source ⇒ Object (readonly)
Returns the value of attribute source.
9 10 11 |
# File 'lib/pacproxy/runtimes/base.rb', line 9 def source @source end |
Class Method Details
.runtime ⇒ Object
11 12 |
# File 'lib/pacproxy/runtimes/base.rb', line 11 def self.runtime end |
Instance Method Details
#find(_url) ⇒ Object
23 24 |
# File 'lib/pacproxy/runtimes/base.rb', line 23 def find(_url) end |
#shutdown ⇒ Object
17 18 |
# File 'lib/pacproxy/runtimes/base.rb', line 17 def shutdown end |
#update(_file_location) ⇒ Object
20 21 |
# File 'lib/pacproxy/runtimes/base.rb', line 20 def update(_file_location) end |