Class: UU::OS::Sheet::SheetDeleteComponent
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Sheet::SheetDeleteComponent
- Defined in:
- uu_os-0.29.16/lib/uu/os/sheet/sheet_delete_component.rb
Instance Attribute Summary (collapse)
-
- (Object) component_id
Identifier of an existing component in the sheet.
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
Identifier of an existing component in the sheet. Must reference paragraph element or list element.
10 11 12 |
# File 'uu_os-0.29.16/lib/uu/os/sheet/sheet_delete_component.rb', line 10 def component_id @component_id end |