Class: Lipwig::Email
- Inherits:
-
Object
- Object
- Lipwig::Email
- Defined in:
- lib/lipwig/email.rb
Instance Attribute Summary collapse
-
#body ⇒ Object
Returns the value of attribute body.
-
#ccs ⇒ Object
Returns the value of attribute ccs.
-
#from ⇒ Object
Returns the value of attribute from.
-
#recipients ⇒ Object
Returns the value of attribute recipients.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Attribute Details
#body ⇒ Object
Returns the value of attribute body.
2 3 4 |
# File 'lib/lipwig/email.rb', line 2 def body @body end |
#ccs ⇒ Object
Returns the value of attribute ccs.
2 3 4 |
# File 'lib/lipwig/email.rb', line 2 def ccs @ccs end |
#from ⇒ Object
Returns the value of attribute from.
2 3 4 |
# File 'lib/lipwig/email.rb', line 2 def from @from end |
#recipients ⇒ Object
Returns the value of attribute recipients.
2 3 4 |
# File 'lib/lipwig/email.rb', line 2 def recipients @recipients end |
#subject ⇒ Object
Returns the value of attribute subject.
2 3 4 |
# File 'lib/lipwig/email.rb', line 2 def subject @subject end |