Class: IPAddr::V6

Inherits:
Base show all
Defined in:
lib/better_ipaddr/classes.rb

Overview

An IPv6 address, 128 bits

Direct Known Subclasses

Host

Defined Under Namespace

Classes: Host

Constant Summary collapse

REGEX =
Regex::IPV6

Constants included from BetterIpaddr::Constants

BetterIpaddr::Constants::FAMILY_TO_BIT_LENGTH, BetterIpaddr::Constants::NETMASK_TO_PREFIX_LENGTH, BetterIpaddr::Constants::PREFIX_LENGTH_TO_NETMASK, BetterIpaddr::Constants::SYMBOL_TO_FAMILY

Instance Attribute Summary

Attributes included from BetterIpaddr::InstanceMethods

#family, #mask_addr

Method Summary

Methods inherited from Base

[], #address_family_bit_length, class_convert, class_converter, class_converter?, class_converters, from, from_integer, from_ipaddr, from_string, from_string_representable, host_from, integer_to_prefix_length, ipaddr_to_prefix_length, #network?, object_to_prefix_length, parse, #prefix_length, specialize, specialize_constants, string_to_prefix_length, #to_s, valid_prefix_length?

Methods included from BetterIpaddr::InstanceMethods

#+, #-, #<=>, #==, #[], #address_family_bit_length, #base, #better_to_s, #cidr, #cover?, #each, #first, #grow, #hash, #host?, included, #inspect, #last, #netmask, #overlap?, #prefix_length, #shrink, #size, #summarize_with, #to_range, #wildcard

Methods inherited from IPAddr

Host