class Listmonk::HabitatSettings

Defined in:

listmonk.cr

Class Method Summary

Class Method Detail

def self.host : String #

def self.host=(value : String) #

def self.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.


def self.password : String #

def self.password=(value : String) #

def self.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.


def self.port : String | Nil #

def self.port=(value : String | Nil) #

def self.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.


def self.to_h #

Generates a hash using the provided values


def self.username : String #

def self.username=(value : String) #

def self.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.