Class: UU::OS::Sheet::SheetReplaceComponent
- Inherits:
-
REST::DTO
- Object
- REST::DTO
- UU::OS::Sheet::SheetReplaceComponent
show all
- Defined in:
- uu_os-0.29.16/lib/uu/os/sheet/sheet_replace_component.rb
Overview
Instance Attribute Summary (collapse)
Method Summary
Methods inherited from REST::DTO
#initialize, #to_hash, #to_json
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
13
14
15
|
# File 'uu_os-0.29.16/lib/uu/os/sheet/sheet_replace_component.rb', line 13
def component_id
@component_id
end
|
- (Object) content
16
17
18
|
# File 'uu_os-0.29.16/lib/uu/os/sheet/sheet_replace_component.rb', line 16
def content
@content
end
|
- (Object) preserve_lock_state
22
23
24
|
# File 'uu_os-0.29.16/lib/uu/os/sheet/sheet_replace_component.rb', line 22
def preserve_lock_state
@preserve_lock_state
end
|
- (Object) requested_mime_type
19
20
21
|
# File 'uu_os-0.29.16/lib/uu/os/sheet/sheet_replace_component.rb', line 19
def requested_mime_type
@requested_mime_type
end
|