Class: TrainSH::Detectors::KitchenTarget

Inherits:
TargetDetector show all
Defined in:
lib/trainsh/detectors/target/kitchen.rb

Instance Method Summary collapse

Methods inherited from TargetDetector

descendants, #to_s

Instance Method Details

#urlObject



6
7
8
9
10
11
# File 'lib/trainsh/detectors/target/kitchen.rb', line 6

def url
  # return unless kitchen_available?
  # return unless kitchen_instance

  # kitchen_config['transport']
end