Class: Lich::Common::BindHostResolver::Resolution

Inherits:
Struct
  • Object
show all
Defined in:
documented/common/bind_host_resolver.rb

Overview

The outcome of resolving a bind host token: host is a bindable address or hostname; warning is advisory text for the user, or nil when the binding is loopback/tailnet/private-safe.

Since:

  • 5.18.0

Instance Attribute Summary collapse

Instance Attribute Details

#hostObject

Returns the value of attribute host

Returns:

  • (Object)

    the current value of host



31
32
33
# File 'documented/common/bind_host_resolver.rb', line 31

def host
  @host
end

#warningObject

Returns the value of attribute warning

Returns:

  • (Object)

    the current value of warning



31
32
33
# File 'documented/common/bind_host_resolver.rb', line 31

def warning
  @warning
end