Class: Viewpoint::EWS::Attachment

Inherits:
Object
  • Object
show all
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

FileAttachment, ItemAttachment

Instance Attribute Summary collapse

Attributes included from Model

#ews_methods, #ews_methods_undef

Method Summary

Methods included from Model

#initialize

Instance Attribute Details

#idObject (readonly)

All Attachment types will have an id.



27
28
29
# File 'lib/model/attachment.rb', line 27

def id
  @id
end