Class: IPAddr::V6::Host

Inherits:
IPAddr::V6 show all
Includes:
BetterIpaddr::HostMethods
Defined in:
lib/better_ipaddr/classes.rb

Overview

An IPv6 host address, 128 bits

Constant Summary

Constants inherited from IPAddr::V6

REGEX

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 included from BetterIpaddr::HostMethods

#cover?, #each, #first, #host?, #initialize, #inspect, #last, #netmask, #prefix_length, #size

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