Class: Lich::Main::BindAddressOption::Result
- Inherits:
-
Struct
- Object
- Struct
- Lich::Main::BindAddressOption::Result
- Defined in:
- documented/main/bind_address_option.rb
Overview
The outcome of applying the option: host is the concrete address to
store back (nil when no --bind-address was given), warning is
advisory text to surface once, error is fatal text (unresolvable
keyword) -- the caller decides how to exit.
Instance Attribute Summary collapse
-
#error ⇒ Object
Returns the value of attribute error.
-
#host ⇒ Object
Returns the value of attribute host.
-
#warning ⇒ Object
Returns the value of attribute warning.
Instance Attribute Details
#error ⇒ Object
Returns the value of attribute error
25 26 27 |
# File 'documented/main/bind_address_option.rb', line 25 def error @error end |
#host ⇒ Object
Returns the value of attribute host
25 26 27 |
# File 'documented/main/bind_address_option.rb', line 25 def host @host end |
#warning ⇒ Object
Returns the value of attribute warning
25 26 27 |
# File 'documented/main/bind_address_option.rb', line 25 def warning @warning end |