Method: LinuxAdmin::NetworkInterface#address
- Defined in:
- lib/linux_admin/network_interface.rb
#address ⇒ String
Retrieve the IPv4 address assigned to the interface
63 64 65 |
# File 'lib/linux_admin/network_interface.rb', line 63 def address @network_conf[:address] end |