Listmonk::HabitatSettings
Class methods
host
host=(value : String)
host?
Used for checking missing settings on non-nilable types It's advised to use host in your apps to ensure the propper type is checked.
password
password=(value : String)
password?
Used for checking missing settings on non-nilable types It's advised to use password in your apps to ensure the propper type is checked.
port
port?
Used for checking missing settings on non-nilable types It's advised to use port in your apps to ensure the propper type is checked.
to_h
Generates a hash using the provided values
username
username=(value : String)
username?
Used for checking missing settings on non-nilable types It's advised to use username in your apps to ensure the propper type is checked.