Method: Construqt::HostId#first_ipv4!
- Defined in:
- lib/construqt/hostid.rb
#first_ipv4! ⇒ Object
27 28 29 30 31 32 33 34 |
# File 'lib/construqt/hostid.rb', line 27 def first_ipv4! self.interfaces.each do |i| next unless i.address return i.address if i.address.first_ipv4 end nil end |