Sha256: 708d63080afe797aab5a242514bbe9fffff12950d3a90df092ec562568aaafc1
Contents?: true
Size: 476 Bytes
Versions: 9
Compression:
Stored size: 476 Bytes
Contents
module GovDelivery::TMS #:nodoc: # A MessageType is a like a tag that can be attached to an EmailTemplate or an # EmailMessage. It is included in encoded links and can be used as a # Segmentation filter. # # # @attr code [String] The unique identifier of the MessageType. # @attr label [String] User facing description # class MessageType include InstanceResource # @!parse attr_reader :code, :label writeable_attributes :code, :label end end
Version data entries
9 entries across 9 versions & 1 rubygems