Class: Viewpoint::EWS::SOAP::CreateAttachmentResponseMessage
- Inherits:
-
ResponseMessage
- Object
- ResponseMessage
- Viewpoint::EWS::SOAP::CreateAttachmentResponseMessage
- Includes:
- StringUtils
- Defined in:
- lib/ews/soap/responses/create_attachment_response_message.rb
Constant Summary
Constants included from StringUtils
Instance Attribute Summary
Attributes inherited from ResponseMessage
Instance Method Summary collapse
Methods included from StringUtils
Methods inherited from ResponseMessage
#initialize, #items, #message_text, #message_xml, #response_class, #response_code, #success?
Constructor Details
This class inherits a constructor from Viewpoint::EWS::SOAP::ResponseMessage
Instance Method Details
#attachments ⇒ Object
24 25 26 27 28 29 |
# File 'lib/ews/soap/responses/create_attachment_response_message.rb', line 24 def return @attachments if @attachments a = safe_hash_access , [:elems, :attachments, :elems] @attachments = a.nil? ? nil : (a) end |