Class: ReactEmailRails::RenderedEmail
- Inherits:
-
Data
- Object
- Data
- ReactEmailRails::RenderedEmail
- Defined in:
- lib/react_email_rails/rendered_email.rb
Instance Attribute Summary collapse
-
#html ⇒ Object
readonly
Returns the value of attribute html.
-
#text ⇒ Object
readonly
Returns the value of attribute text.
Instance Attribute Details
#html ⇒ Object (readonly)
Returns the value of attribute html
2 3 4 |
# File 'lib/react_email_rails/rendered_email.rb', line 2 def html @html end |
#text ⇒ Object (readonly)
Returns the value of attribute text
2 3 4 |
# File 'lib/react_email_rails/rendered_email.rb', line 2 def text @text end |