Sha256: 6e05eb84ed04d8b2e5fa395d61ca1afc7c886eb6c9298992614fb6f283568937

Contents?: true

Size: 515 Bytes

Versions: 4

Compression:

Stored size: 515 Bytes

Contents

module Notifications
  class <%= class_name %>Notification < Gossiper::EmailConfig

    # def initialize(notification)
    # end

    # def from
    # end

    # def reply_to
    # end

    # def to
    # end

    # def bcc
    # end

    # def cc
    # end

    # def template_name
    # end

    # def template_path
    # end

    # def subject
    # end
    #
    # def subject_variables
    # {}
    # end

    # def attachments
    #   {}
    # end

    # def instance_variables
    #   {}
    # end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gossiper-0.3.8 lib/generators/gossiper/notification_type/templates/notification_type.rb
gossiper-0.3.7 lib/generators/gossiper/notification_type/templates/notification_type.rb
gossiper-0.3.6 lib/generators/gossiper/notification_type/templates/notification_type.rb
gossiper-0.3.5 lib/generators/gossiper/notification_type/templates/notification_type.rb