Module: TestLab::Network::ClassMethods
- Included in:
- TestLab::Network
- Defined in:
- lib/testlab/network/class_methods.rb
Instance Method Summary collapse
Instance Method Details
#ips ⇒ Object
6 7 8 |
# File 'lib/testlab/network/class_methods.rb', line 6 def ips self.all.map(&:address).collect{ |address| TestLab::Utility.ip(address) }.compact end |