Class: PyrxSynapse::TemplatePreviewResponse
- Inherits:
-
Struct
- Object
- Struct
- PyrxSynapse::TemplatePreviewResponse
- Defined in:
- lib/pyrx_synapse/client.rb
Instance Attribute Summary collapse
-
#html ⇒ Object
Returns the value of attribute html.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#suppressed ⇒ Object
Returns the value of attribute suppressed.
-
#suppressed_reason ⇒ Object
Returns the value of attribute suppressed_reason.
Instance Attribute Details
#html ⇒ Object
Returns the value of attribute html
36 37 38 |
# File 'lib/pyrx_synapse/client.rb', line 36 def html @html end |
#subject ⇒ Object
Returns the value of attribute subject
36 37 38 |
# File 'lib/pyrx_synapse/client.rb', line 36 def subject @subject end |
#suppressed ⇒ Object
Returns the value of attribute suppressed
36 37 38 |
# File 'lib/pyrx_synapse/client.rb', line 36 def suppressed @suppressed end |
#suppressed_reason ⇒ Object
Returns the value of attribute suppressed_reason
36 37 38 |
# File 'lib/pyrx_synapse/client.rb', line 36 def suppressed_reason @suppressed_reason end |