Class: EWS::Attachment

Inherits:
Model
  • Object
show all
Defined in:
lib/ews/attachment.rb

Instance Method Summary collapse

Methods inherited from Model

#initialize, #method_missing, #shallow?

Constructor Details

This class inherits a constructor from EWS::Model

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class EWS::Model

Instance Method Details

#idObject



3
4
5
# File 'lib/ews/attachment.rb', line 3

def id
  attrs[:attachment_id]
end