Class: IPAddr

Inherits:
Object
  • Object
show all
Defined in:
lib/vagrant-libvirt/util/network_util.rb

Instance Method Summary collapse

Instance Method Details

#get_maskObject



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