Class: Mapi::Pst::Attachment
- Inherits:
-
Attachment
- Object
- Item
- Attachment
- Mapi::Pst::Attachment
- Defined in:
- lib/mapi/pst.rb
Instance Attribute Summary
Attributes inherited from Item
Instance Method Summary collapse
-
#initialize(list) ⇒ Attachment
constructor
A new instance of Attachment.
Methods inherited from Attachment
#data, #filename, #inspect, #save, #to_mime, #to_tmail
Constructor Details
#initialize(list) ⇒ Attachment
Returns a new instance of Attachment.
1510 1511 1512 1513 1514 |
# File 'lib/mapi/pst.rb', line 1510 def initialize list super Pst.make_property_set(list) @embedded_msg = props.attach_data if Item === props.attach_data end |