struct Laspatule::Services::Mail::Mailgun::Config

Included Modules

Defined in:

laspatule/services/mail/mailgun.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(api_url : String, api_token : String, from : String) #

[View source]
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]

Instance Method Detail

def api_token : String #

def api_url : String #

def clone #

[View source]
def copy_with(api_url _api_url = @api_url, api_token _api_token = @api_token, from _from = @from) #

[View source]
def from : String #