Method: TestLab::Network#initialize
- Defined in:
- lib/testlab/network.rb
#initialize(*args) ⇒ Network
Returns a new instance of Network.
47 48 49 50 51 52 53 |
# File 'lib/testlab/network.rb', line 47 def initialize(*args) @ui = TestLab.ui @ui.logger.debug { "Loading Network" } super(*args) @ui.logger.debug { "Network '#{self.id}' Loaded" } end |