Class: UU::OS::Attachment::AttachmentCheckOut

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/attachment/attachment_check_out.rb

Instance Attribute Summary (collapse)

Method Summary

Methods inherited from REST::DTO

#initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from UU::OS::REST::DTO

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO

Instance Attribute Details

- (Object) return_stream_handler

Specifies whether to return attachment binary data. When true is set, attachment binary data ill be returned, if false or nil is set, nil will be returned.



12
13
14
# File 'uu_os-0.29.16/lib/uu/os/attachment/attachment_check_out.rb', line 12

def return_stream_handler
  @return_stream_handler
end