Class: IPAddr
- Inherits:
-
Object
- Object
- IPAddr
- Defined in:
- lib/vagrant-libvirt/util/network_util.rb
Instance Method Summary collapse
Instance Method Details
#get_mask ⇒ Object
6 7 8 9 10 |
# File 'lib/vagrant-libvirt/util/network_util.rb', line 6 def get_mask if @addr _to_string(@mask_addr) end end |