Sha256: 953e370c82dad776884a1d472ab706f7f3a4bbdbecb71c2a4bdfb27a4ee12dd9
Contents?: true
Size: 331 Bytes
Versions: 2
Compression:
Stored size: 331 Bytes
Contents
# Helper class to create a custom `Config` # @example Example of usage: # class Custom::Workflow::Mailer < Eco::API::Custom::Mailer # ORG = "Org Name" # end class Eco::API::Custom::Mailer < Eco::API::Common::Loaders::Workflow::Mailer extend Eco::Language::Klass::WhenInherited when_inherited(&config_block) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
eco-helpers-3.0.21 | lib/eco/api/custom/mailer.rb |
eco-helpers-3.0.20 | lib/eco/api/custom/mailer.rb |