enum

Lester::Network::Address::Scope

Inherits Enum < Comparable < Value < Object

Constants

Local = 0
Link = 1
Global = 2

Instance methods

global?

Returns true if this enum value equals Global

Source
local?

Returns true if this enum value equals Local

Source