Class: Lipwig::Email

Inherits:
Object
  • Object
show all
Defined in:
lib/lipwig/email.rb

Instance Attribute Summary collapse

Instance Attribute Details

#bodyObject

Returns the value of attribute body.



2
3
4
# File 'lib/lipwig/email.rb', line 2

def body
  @body
end

#ccsObject

Returns the value of attribute ccs.



2
3
4
# File 'lib/lipwig/email.rb', line 2

def ccs
  @ccs
end

#fromObject

Returns the value of attribute from.



2
3
4
# File 'lib/lipwig/email.rb', line 2

def from
  @from
end

#recipientsObject

Returns the value of attribute recipients.



2
3
4
# File 'lib/lipwig/email.rb', line 2

def recipients
  @recipients
end

#subjectObject

Returns the value of attribute subject.



2
3
4
# File 'lib/lipwig/email.rb', line 2

def subject
  @subject
end