Class: UU::OS::Sheet::SheetGetComponentData
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Sheet::SheetGetComponentData
- Defined in:
- uu_os-0.29.16/lib/uu/os/sheet/sheet_get_component_data.rb
Instance Attribute Summary (collapse)
-
- (Object) component_id
Identification of the component in given sheet which content is returned (id of a paragraph etc.).
-
- (Object) requested_mime_type
Specifies the format of data in the result 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) component_id
Identification of the component in given sheet which content is returned (id of a paragraph etc.).
10 11 12 |
# File 'uu_os-0.29.16/lib/uu/os/sheet/sheet_get_component_data.rb', line 10 def component_id @component_id end |
- (Object) requested_mime_type
Specifies the format of data in the result stream. Available output data formats are UXML or BB code by default.
13 14 15 |
# File 'uu_os-0.29.16/lib/uu/os/sheet/sheet_get_component_data.rb', line 13 def requested_mime_type @requested_mime_type end |