Sha256: 0bb3d4fd1c57f259823535517dd50f2567fbb6731ab83deb8d94c763e8088fd8

Contents?: true

Size: 790 Bytes

Versions: 6

Compression:

Stored size: 790 Bytes

Contents

module GovDelivery::TMS #:nodoc:
  class EmailTemplate
    include InstanceResource

    # @!parse attr_accessor :body, :subject, :link_tracking_parameters, :macros, :open_tracking_enabled, :click_tracking_enabled
    writeable_attributes :body,
                         :subject,
                         :link_tracking_parameters,
                         :macros,
                         :message_type_code,
                         :open_tracking_enabled,
                         :click_tracking_enabled,
                         :uuid

    linkable_attributes :from_address, :message_type

    # @!parse attr_reader :id, :created_at
    readonly_attributes :id, :created_at

    collection_attribute :from_address, 'FromAddress'

    nullable_attributes :message_type_code
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
govdelivery-tms-3.0.0 lib/govdelivery/tms/resource/email_template.rb
govdelivery-tms-2.8.4 lib/govdelivery/tms/resource/email_template.rb
govdelivery-tms-2.8.3 lib/govdelivery/tms/resource/email_template.rb
govdelivery-tms-0.10.1 lib/govdelivery/tms/resource/email_template.rb
govdelivery-tms-0.10.0 lib/govdelivery/tms/resource/email_template.rb
govdelivery-tms-0.9.4 lib/govdelivery/tms/resource/email_template.rb