Class: UU::OS::Sheet::SheetReplaceComponent

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os-0.29.16/lib/uu/os/sheet/sheet_replace_component.rb

Overview

See Also:

Instance Attribute Summary (collapse)

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



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