Class: GovDelivery::TMS::EmailTemplate

Inherits:
Object
  • Object
show all
Includes:
InstanceResource
Defined in:
lib/govdelivery/tms/resource/email_template.rb

Instance Attribute Summary collapse

Attributes included from InstanceResource

#response

Method Summary

Methods included from InstanceResource

included

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



1
2
3
# File 'lib/govdelivery/tms/resource/email_template.rb', line 1

def body
  @body
end

#click_tracking_enabledObject

Returns the value of attribute click_tracking_enabled.



1
2
3
# File 'lib/govdelivery/tms/resource/email_template.rb', line 1

def click_tracking_enabled
  @click_tracking_enabled
end

#created_atObject (readonly)

Returns the value of attribute created_at.



1
2
3
# File 'lib/govdelivery/tms/resource/email_template.rb', line 1

def created_at
  @created_at
end

#idObject (readonly)

Returns the value of attribute id.



1
2
3
# File 'lib/govdelivery/tms/resource/email_template.rb', line 1

def id
  @id
end

Returns the value of attribute link_tracking_parameters.



1
2
3
# File 'lib/govdelivery/tms/resource/email_template.rb', line 1

def link_tracking_parameters
  @link_tracking_parameters
end

#macrosObject

Returns the value of attribute macros.



1
2
3
# File 'lib/govdelivery/tms/resource/email_template.rb', line 1

def macros
  @macros
end

#open_tracking_enabledObject

Returns the value of attribute open_tracking_enabled.



1
2
3
# File 'lib/govdelivery/tms/resource/email_template.rb', line 1

def open_tracking_enabled
  @open_tracking_enabled
end

#subjectObject

Returns the value of attribute subject.



1
2
3
# File 'lib/govdelivery/tms/resource/email_template.rb', line 1

def subject
  @subject
end