Class: PyrxSynapse::TemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- PyrxSynapse::TemplateResponse
- Defined in:
- lib/pyrx_synapse/client.rb
Instance Attribute Summary collapse
-
#body_html ⇒ Object
Returns the value of attribute body_html.
-
#content_type ⇒ Object
Returns the value of attribute content_type.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#from_email ⇒ Object
Returns the value of attribute from_email.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#reply_to ⇒ Object
Returns the value of attribute reply_to.
-
#sender_name ⇒ Object
Returns the value of attribute sender_name.
-
#slug ⇒ Object
Returns the value of attribute slug.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Instance Attribute Details
#body_html ⇒ Object
Returns the value of attribute body_html
29 30 31 |
# File 'lib/pyrx_synapse/client.rb', line 29 def body_html @body_html end |
#content_type ⇒ Object
Returns the value of attribute content_type
29 30 31 |
# File 'lib/pyrx_synapse/client.rb', line 29 def content_type @content_type end |
#created_at ⇒ Object
Returns the value of attribute created_at
29 30 31 |
# File 'lib/pyrx_synapse/client.rb', line 29 def created_at @created_at end |
#from_email ⇒ Object
Returns the value of attribute from_email
29 30 31 |
# File 'lib/pyrx_synapse/client.rb', line 29 def from_email @from_email end |
#id ⇒ Object
Returns the value of attribute id
29 30 31 |
# File 'lib/pyrx_synapse/client.rb', line 29 def id @id end |
#name ⇒ Object
Returns the value of attribute name
29 30 31 |
# File 'lib/pyrx_synapse/client.rb', line 29 def name @name end |
#reply_to ⇒ Object
Returns the value of attribute reply_to
29 30 31 |
# File 'lib/pyrx_synapse/client.rb', line 29 def reply_to @reply_to end |
#sender_name ⇒ Object
Returns the value of attribute sender_name
29 30 31 |
# File 'lib/pyrx_synapse/client.rb', line 29 def sender_name @sender_name end |
#slug ⇒ Object
Returns the value of attribute slug
29 30 31 |
# File 'lib/pyrx_synapse/client.rb', line 29 def slug @slug end |
#subject ⇒ Object
Returns the value of attribute subject
29 30 31 |
# File 'lib/pyrx_synapse/client.rb', line 29 def subject @subject end |
#updated_at ⇒ Object
Returns the value of attribute updated_at
29 30 31 |
# File 'lib/pyrx_synapse/client.rb', line 29 def updated_at @updated_at end |