Class: IPAddress::Prefix128

Inherits:
Prefix
  • Object
show all
Defined in:
lib/ipaddress/prefix.rb

Constant Summary collapse

MAX =
128

Instance Attribute Summary

Attributes inherited from Prefix

#prefix

Method Summary

Methods inherited from Prefix

#+, #-, #<=>, #bits, #hash, #host_prefix, #initialize, #inspect, #max, #max?, #next, #prev, #subprefix, #superprefix, #to_i, #to_s, #validate_prefix

Methods included from Conversions

#addr2ary, #addr2bits, #ary2addr, #ary2data, #ary2int, #bits2addr, #data2ary, #data2bits, #data2int, #int2addr, #int2ary, #int2data

Constructor Details

This class inherits a constructor from IPAddress::Prefix