enum

Ipconv::IPv6::Special

Inherits Enum < Comparable < Value < Object

Constants

Unspecified = 0
Loopback = 1
LinkLocal = 2
UniqueLocal = 3
Multicast = 4
Documentation = 5
IPv4Mapped = 6
IPv4Compatible = 7
SixToFour = 8
Teredo = 9
GlobalUnicast = 10
Benchmarking = 11
Orchid = 12
Discard = 13
None = 14

Instance methods

benchmarking?

Returns true if this enum value equals Benchmarking

Source
discard?

Returns true if this enum value equals Discard

Source
documentation?

Returns true if this enum value equals Documentation

Source
global_unicast?

Returns true if this enum value equals GlobalUnicast

Source
i_pv4_compatible?

Returns true if this enum value equals IPv4Compatible

Source
i_pv4_mapped?

Returns true if this enum value equals IPv4Mapped

Source
loopback?

Returns true if this enum value equals Loopback

Source
multicast?

Returns true if this enum value equals Multicast

Source
none?

Returns true if this enum value equals None

Source
orchid?

Returns true if this enum value equals Orchid

Source
six_to_four?

Returns true if this enum value equals SixToFour

Source
teredo?

Returns true if this enum value equals Teredo

Source
unique_local?

Returns true if this enum value equals UniqueLocal

Source
unspecified?

Returns true if this enum value equals Unspecified

Source