Class: RhizMail::SimpleTemplateMessage::SubclassAttributes

Inherits:
Struct
  • Object
show all
Defined in:
lib/rhizmail.rb

Instance Attribute Summary collapse

Instance Attribute Details

#from_addressObject

Returns the value of attribute from_address

Returns:

  • (Object)

    the current value of from_address



356
357
358
# File 'lib/rhizmail.rb', line 356

def from_address
  @from_address
end

#substitutionsObject

Returns the value of attribute substitutions

Returns:

  • (Object)

    the current value of substitutions



356
357
358
# File 'lib/rhizmail.rb', line 356

def substitutions
  @substitutions
end

#templateObject

Returns the value of attribute template

Returns:

  • (Object)

    the current value of template



356
357
358
# File 'lib/rhizmail.rb', line 356

def template
  @template
end