Module: Rad::MailController

Defined in:
lib/rad/mail/mail_controller.rb

Defined Under Namespace

Modules: ClassMethods

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



5
6
7
# File 'lib/rad/mail/mail_controller.rb', line 5

def body
  @body
end

#fromObject

Returns the value of attribute from.



5
6
7
# File 'lib/rad/mail/mail_controller.rb', line 5

def from
  @from
end

#subjectObject

Returns the value of attribute subject.



5
6
7
# File 'lib/rad/mail/mail_controller.rb', line 5

def subject
  @subject
end

#toObject

Returns the value of attribute to.



5
6
7
# File 'lib/rad/mail/mail_controller.rb', line 5

def to
  @to
end