Class: Eco::API::Custom::Mailer

Overview

Helper class to create a custom Config

Examples:

Example of usage:

class Custom::Workflow::Mailer < Eco::API::Custom::Mailer
  ORG = "Org Name"
end

Constant Summary

Constants inherited from Eco::API::Common::Loaders::Workflow::Mailer

Eco::API::Common::Loaders::Workflow::Mailer::ORG, Eco::API::Common::Loaders::Workflow::Mailer::TRACE_COUNT

Method Summary

Methods included from Language::Klass::WhenInherited

inherited, when_inherited

Methods inherited from Eco::API::Common::Loaders::Workflow::Mailer

base_subject, error?, error_message, errors_n_warnings, log_err_n_warn, org_name, some_update?, trace_count

Methods inherited from Eco::API::Common::Loaders::Workflow

workflow

Methods inherited from Eco::API::Common::Loaders::Config

active_enviro, cli, config, config_block

Methods included from Eco::API::Common::ClassHelpers

#class_resolver, #descendants, #descendants?, #inheritable_attrs, #inheritable_class_vars, #inherited, #instance_variable_name, #new_class, #resolve_class, #to_constant

Methods included from Language::Methods::DelegateMissing

#delegate_missing_to, #method_missing, #respond_to_missing?