Class: Lich::Common::BindHostResolver::Resolution
- Inherits:
-
Struct
- Object
- Struct
- Lich::Common::BindHostResolver::Resolution
- 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.
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#warning ⇒ Object
Returns the value of attribute warning.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
31 32 33 |
# File 'documented/common/bind_host_resolver.rb', line 31 def host @host end |
#warning ⇒ Object
Returns the value of attribute warning
31 32 33 |
# File 'documented/common/bind_host_resolver.rb', line 31 def warning @warning end |