Class: MailSmtp::Session::Envelope
- Inherits:
-
Object
- Object
- MailSmtp::Session::Envelope
- Defined in:
- lib/mailsmtp/session.rb
Instance Attribute Summary collapse
-
#declared_size ⇒ Object
Returns the value of attribute declared_size.
-
#encoding_body ⇒ Object
Returns the value of attribute encoding_body.
-
#encoding_utf8 ⇒ Object
Returns the value of attribute encoding_utf8.
-
#from ⇒ Object
Returns the value of attribute from.
-
#to ⇒ Object
readonly
Returns the value of attribute to.
Instance Method Summary collapse
-
#initialize ⇒ Envelope
constructor
A new instance of Envelope.
Constructor Details
#initialize ⇒ Envelope
Returns a new instance of Envelope.
14 15 16 |
# File 'lib/mailsmtp/session.rb', line 14 def initialize @to = [] end |
Instance Attribute Details
#declared_size ⇒ Object
Returns the value of attribute declared_size.
11 12 13 |
# File 'lib/mailsmtp/session.rb', line 11 def declared_size @declared_size end |
#encoding_body ⇒ Object
Returns the value of attribute encoding_body.
11 12 13 |
# File 'lib/mailsmtp/session.rb', line 11 def encoding_body @encoding_body end |
#encoding_utf8 ⇒ Object
Returns the value of attribute encoding_utf8.
11 12 13 |
# File 'lib/mailsmtp/session.rb', line 11 def encoding_utf8 @encoding_utf8 end |
#from ⇒ Object
Returns the value of attribute from.
11 12 13 |
# File 'lib/mailsmtp/session.rb', line 11 def from @from end |
#to ⇒ Object (readonly)
Returns the value of attribute to.
12 13 14 |
# File 'lib/mailsmtp/session.rb', line 12 def to @to end |