Class: ReactEmailRails::RenderedEmail

Inherits:
Data
  • Object
show all
Defined in:
lib/react_email_rails/rendered_email.rb

Instance Attribute Summary collapse

Instance Attribute Details

#htmlObject (readonly)

Returns the value of attribute html

Returns:

  • (Object)

    the current value of html



2
3
4
# File 'lib/react_email_rails/rendered_email.rb', line 2

def html
  @html
end

#textObject (readonly)

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



2
3
4
# File 'lib/react_email_rails/rendered_email.rb', line 2

def text
  @text
end