Method: VMC::Detector#initialize
- Defined in:
- lib/vmc/detect.rb
#initialize(client, path) ⇒ Detector
Returns a new instance of Detector.
33 34 35 36 |
# File 'lib/vmc/detect.rb', line 33 def initialize(client, path) @client = client @path = path end |