Class: Viewpoint::EWS::Attachment
- Inherits:
-
Object
- Object
- Viewpoint::EWS::Attachment
- Includes:
- Model
- Defined in:
- lib/model/attachment.rb
Overview
A generic Attachment. This class should not be instantiated directly. You should use one of the subclasses like FileAttachment or ItemAttachment.
Direct Known Subclasses
Instance Attribute Summary collapse
-
#id ⇒ Object
readonly
All Attachment types will have an id.
Attributes included from Model
#ews_methods, #ews_methods_undef
Method Summary
Methods included from Model
Instance Attribute Details
#id ⇒ Object (readonly)
All Attachment types will have an id.
27 28 29 |
# File 'lib/model/attachment.rb', line 27 def id @id end |