class Listmonk::HabitatSettings
- Listmonk::HabitatSettings
- Reference
- Object
Defined in:
listmonk.crClass Method Summary
- .host : String
- .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 : String
- .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 : String | Nil
- .port=(value : String | Nil)
-
.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 : String
- .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.
Class Method Detail
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.
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.
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.
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.