Class: Refinery::Contacts::MailMessage

Inherits:
TableLessModel show all
Defined in:
app/models/refinery/contacts/mail_message.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from TableLessModel

#initialize, #persisted?

Constructor Details

This class inherits a constructor from Refinery::Contacts::TableLessModel

Instance Attribute Details

#codeObject

Returns the value of attribute code.



4
5
6
# File 'app/models/refinery/contacts/mail_message.rb', line 4

def code
  @code
end

#nameObject

Returns the value of attribute name.



4
5
6
# File 'app/models/refinery/contacts/mail_message.rb', line 4

def name
  @name
end

#recipient_idObject

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_mailObject

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_mailObject

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

#subjectObject

Returns the value of attribute subject.



4
5
6
# File 'app/models/refinery/contacts/mail_message.rb', line 4

def subject
  @subject
end

#textObject

Returns the value of attribute text.



4
5
6
# File 'app/models/refinery/contacts/mail_message.rb', line 4

def text
  @text
end