Class: Refinery::Contacts::MailMessage
- Inherits:
-
TableLessModel
- Object
- TableLessModel
- Refinery::Contacts::MailMessage
- Defined in:
- app/models/refinery/contacts/mail_message.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
Returns the value of attribute code.
-
#name ⇒ Object
Returns the value of attribute name.
-
#recipient_id ⇒ Object
Returns the value of attribute recipient_id.
-
#recipient_mail ⇒ Object
Returns the value of attribute recipient_mail.
-
#sender_mail ⇒ Object
Returns the value of attribute sender_mail.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#text ⇒ Object
Returns the value of attribute text.
Method Summary
Methods inherited from TableLessModel
Constructor Details
This class inherits a constructor from Refinery::Contacts::TableLessModel
Instance Attribute Details
#code ⇒ Object
Returns the value of attribute code.
4 5 6 |
# File 'app/models/refinery/contacts/mail_message.rb', line 4 def code @code end |
#name ⇒ Object
Returns the value of attribute name.
4 5 6 |
# File 'app/models/refinery/contacts/mail_message.rb', line 4 def name @name end |
#recipient_id ⇒ Object
Returns the value of attribute recipient_id.
4 5 6 |
# File 'app/models/refinery/contacts/mail_message.rb', line 4 def recipient_id @recipient_id end |
#recipient_mail ⇒ Object
Returns the value of attribute recipient_mail.
4 5 6 |
# File 'app/models/refinery/contacts/mail_message.rb', line 4 def recipient_mail @recipient_mail end |
#sender_mail ⇒ Object
Returns the value of attribute sender_mail.
4 5 6 |
# File 'app/models/refinery/contacts/mail_message.rb', line 4 def sender_mail @sender_mail end |
#subject ⇒ Object
Returns the value of attribute subject.
4 5 6 |
# File 'app/models/refinery/contacts/mail_message.rb', line 4 def subject @subject end |
#text ⇒ Object
Returns the value of attribute text.
4 5 6 |
# File 'app/models/refinery/contacts/mail_message.rb', line 4 def text @text end |