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
9 10 11 12 13 |
# File 'lib/vagrant-libvirt/util/network_util.rb', line 9 def get_mask if @addr _to_string(@mask_addr) end end |