Class: UU::OS::SheetTemplate::SheetTemplateGetData
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::SheetTemplate::SheetTemplateGetData
- Defined in:
- uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_get_data.rb
Overview
Instance Attribute Summary (collapse)
-
- (Object) immutable
A flag that indicates whether the instances of mime types (defined in requestedMimeType attributes) can be modified.
- - (Object) requested_mime_type
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 instances of mime types (defined in requestedMimeType attributes) can be modified. @exclude
10 11 12 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_get_data.rb', line 10 def immutable @immutable end |
- (Object) requested_mime_type
13 14 15 |
# File 'uu_os-0.29.16/lib/uu/os/sheet_template/sheet_template_get_data.rb', line 13 def requested_mime_type @requested_mime_type end |