Class: Viewpoint::EWS::ItemAttachment
- Inherits:
-
Attachment
- Object
- Attachment
- Viewpoint::EWS::ItemAttachment
- Defined in:
- lib/model/item_attachment.rb
Overview
An attachment that represents an attachment to another Exchange Item. This is not yet implemented.
Instance Attribute Summary
Attributes inherited from Attachment
Attributes included from Model
#ews_methods, #ews_methods_undef
Instance Method Summary collapse
-
#initialize(attachment_id) ⇒ ItemAttachment
constructor
A new instance of ItemAttachment.
Constructor Details
#initialize(attachment_id) ⇒ ItemAttachment
Returns a new instance of ItemAttachment.
26 27 28 29 |
# File 'lib/model/item_attachment.rb', line 26 def initialize() #raise EwsNotImplemented, "ItemAttachments are not yet implemented in Viewpoint" warn "ItemAttachments are not yet implemented in Viewpoint" end |