Sha256: 258ce0caeb48c74fa1cbacb297fb98fd4a1e6160ef1750d5b46ad183f597ce4c

Contents?: true

Size: 329 Bytes

Versions: 42

Compression:

Stored size: 329 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

42 entries across 42 versions & 1 rubygems

Version Path
eco-helpers-3.0.19 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.18 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.17 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.16 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.15 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.14 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.13 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.12 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.11 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.10 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.9 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.8 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.7 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.6 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.5 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.4 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.3 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.2 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.1 lib/eco/api/custom/mailer.rb
eco-helpers-3.0.0 lib/eco/api/custom/mailer.rb