Class: UU::OS::Artifact::ArtifactSetVisualPresentation

Inherits:
REST::DTO
  • Object
show all
Defined in:
uu_os_client-0.10.6/lib/uu/os/artifact/artifact_set_visual_presentation.rb

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) layout

Layout of the artifact. When null is set, the layout is not modified.



10
11
12
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_set_visual_presentation.rb', line 10

def layout
  @layout
end

- (Object) width

Width of the artifact. When null is set, the width is not modified.



13
14
15
# File 'uu_os_client-0.10.6/lib/uu/os/artifact/artifact_set_visual_presentation.rb', line 13

def width
  @width
end