Class: RhizMail::SimpleTemplateMessage::SubclassAttributes
- Inherits:
-
Struct
- Object
- Struct
- RhizMail::SimpleTemplateMessage::SubclassAttributes
- Defined in:
- lib/rhizmail.rb
Instance Attribute Summary collapse
-
#from_address ⇒ Object
Returns the value of attribute from_address.
-
#substitutions ⇒ Object
Returns the value of attribute substitutions.
-
#template ⇒ Object
Returns the value of attribute template.
Instance Attribute Details
#from_address ⇒ Object
Returns the value of attribute from_address
356 357 358 |
# File 'lib/rhizmail.rb', line 356 def from_address @from_address end |
#substitutions ⇒ Object
Returns the value of attribute substitutions
356 357 358 |
# File 'lib/rhizmail.rb', line 356 def substitutions @substitutions end |
#template ⇒ Object
Returns the value of attribute template
356 357 358 |
# File 'lib/rhizmail.rb', line 356 def template @template end |