Class: UU::OS::Sheet::SheetGetVersionData
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Sheet::SheetGetVersionData
- Defined in:
- uu_os-0.29.16/lib/uu/os/sheet/sheet_get_version_data.rb
Instance Attribute Summary (collapse)
-
- (Object) requested_mime_type
Format of data retrieved by command.
-
- (Object) version_id
Id of version which data will be retrieved by command.
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) requested_mime_type
Format of data retrieved by command. Only possible value is 'application/ues-content-xml'.
13 14 15 |
# File 'uu_os-0.29.16/lib/uu/os/sheet/sheet_get_version_data.rb', line 13 def requested_mime_type @requested_mime_type end |
- (Object) version_id
Id of version which data will be retrieved by command.
9 10 11 |
# File 'uu_os-0.29.16/lib/uu/os/sheet/sheet_get_version_data.rb', line 9 def version_id @version_id end |