Class: EWS::Attachment
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
#id ⇒ Object
3 4 5 |
# File 'lib/ews/attachment.rb', line 3 def id attrs[:attachment_id] end |