class Truemail::Client::Configuration

Defined in:

truemail/client/configuration.cr

Constant Summary

DEFAULT_PORT = 9292
DEFAULT_VALUE = "not_configured"
INCOMPLETE_CONFIG = "required args not passed"

Constructors

Instance Method Summary

Constructor Detail

def self.new(&block : Truemail::Client::Configuration -> Bool | String | Int32) #

[View source]

Instance Method Detail

def host : String #

[View source]
def host=(host : String) #

[View source]
def not_complete? #

[View source]
def port : Int32 #

[View source]
def port=(port : Int32) #

[View source]
def secure_connection : Bool #

[View source]
def secure_connection=(secure_connection : Bool) #

[View source]
def settings #

[View source]
def token : String #

[View source]
def token=(token : String) #

[View source]