Class: Malone::Envelope

Inherits:
MailFactory
  • Object
show all
Defined in:
lib/malone.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeEnvelope

Returns a new instance of Envelope.



117
118
119
120
121
# File 'lib/malone.rb', line 117

def initialize
  super

  @bcc = []
end

Instance Attribute Details

#bccObject

Returns the value of attribute bcc.



115
116
117
# File 'lib/malone.rb', line 115

def bcc
  @bcc
end