Class: UU::OS::Sheet::SheetGetSheetData
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Sheet::SheetGetSheetData
- Defined in:
- uu_os_client-0.10.6/lib/uu/os/sheet/sheet_get_sheet_data.rb
Instance Attribute Summary (collapse)
-
- (Object) immutable
A flag that indicates whether the instance is mutable or not.
-
- (Object) requested_mime_type
The content type of the artifact.
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_client-0.10.6/lib/uu/os/sheet/sheet_get_sheet_data.rb', line 9 def immutable @immutable end |
- (Object) requested_mime_type
The content type of the artifact. When null is set, the UXML
is used.
13 14 15 |
# File 'uu_os_client-0.10.6/lib/uu/os/sheet/sheet_get_sheet_data.rb', line 13 def requested_mime_type @requested_mime_type end |