Class: UU::OS::Sheet::SheetCheckOut
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Sheet::SheetCheckOut
- Defined in:
- uu_os-0.29.16/lib/uu/os/sheet/sheet_check_out.rb
Instance Attribute Summary (collapse)
-
- (Object) immutable
A flag that indicates whether the instance is mutable or not.
-
- (Object) lock_only
Specifies whether to lock sheet only or to lock and return data .
-
- (Object) required_mime_type
Type of the content.
-
- (Object) return_stream_handler
Specifies when return stream.
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) immutable
A flag that indicates whether the instance is mutable or not. @exclud
9 10 11 |
# File 'uu_os-0.29.16/lib/uu/os/sheet/sheet_check_out.rb', line 9 def immutable @immutable end |
- (Object) lock_only
Specifies whether to lock sheet only or to lock and return data . Null means that the sheet is locked and return data.
16 17 18 |
# File 'uu_os-0.29.16/lib/uu/os/sheet/sheet_check_out.rb', line 16 def lock_only @lock_only end |
- (Object) required_mime_type
Type of the content.
19 20 21 |
# File 'uu_os-0.29.16/lib/uu/os/sheet/sheet_check_out.rb', line 19 def required_mime_type @required_mime_type end |
- (Object) return_stream_handler
Specifies when return stream. Null means only lock sheet and don't return any stream.
12 13 14 |
# File 'uu_os-0.29.16/lib/uu/os/sheet/sheet_check_out.rb', line 12 def return_stream_handler @return_stream_handler end |