Class: UU::OS::Widget::WidgetGetWidgetListItem
- Inherits:
- 
      REST::DTO
      
        - Object
- REST::DTO
- UU::OS::Widget::WidgetGetWidgetListItem
 
- Defined in:
- uu_os-0.29.16/lib/uu/os/widget/widget_get_widget_list_item.rb
Overview
Instance Attribute Summary (collapse)
- 
  
    
      - (Object) code 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Code of the connected widget. 
- 
  
    
      - (Object) controller_url_path 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Path at which the controller is deployed. 
- 
  
    
      - (Object) editor_available 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Describes whether the widget will be in the list of available widgets in editor. 
- 
  
    
      - (Object) height 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Default height of the widget in content. 
- 
  
    
      - (Object) name 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Name of the connected widget. 
- 
  
    
      - (Object) placeholder_height 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Height of the widget placeholder in editor. 
- 
  
    
      - (Object) placeholder_image 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Placeholder image of the widget in editor. 
- 
  
    
      - (Object) placeholder_width 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Width of the widget placeholder in editor. 
- 
  
    
      - (Object) trusted 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Describes whether the widget will by inserted into the HTML directly or in the iframe. 
- 
  
    
      - (Object) uri 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    URI of the widget. 
- 
  
    
      - (Object) width 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Default width of the widget in content. 
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) code
Code of the connected widget. Never null.
| 13 14 15 | # File 'uu_os-0.29.16/lib/uu/os/widget/widget_get_widget_list_item.rb', line 13 def code @code end | 
- (Object) controller_url_path
Path at which the controller is deployed.
| 22 23 24 | # File 'uu_os-0.29.16/lib/uu/os/widget/widget_get_widget_list_item.rb', line 22 def controller_url_path @controller_url_path end | 
- (Object) editor_available
Describes whether the widget will be in the list of available widgets in editor. Never nil.
| 25 26 27 | # File 'uu_os-0.29.16/lib/uu/os/widget/widget_get_widget_list_item.rb', line 25 def editor_available @editor_available end | 
- (Object) height
Default height of the widget in content.
| 37 38 39 | # File 'uu_os-0.29.16/lib/uu/os/widget/widget_get_widget_list_item.rb', line 37 def height @height end | 
- (Object) name
Name of the connected widget. Never null.
| 16 17 18 | # File 'uu_os-0.29.16/lib/uu/os/widget/widget_get_widget_list_item.rb', line 16 def name @name end | 
- (Object) placeholder_height
Height of the widget placeholder in editor. It is defined for widgets for which it is not possible to set width and height.
| 43 44 45 | # File 'uu_os-0.29.16/lib/uu/os/widget/widget_get_widget_list_item.rb', line 43 def placeholder_height @placeholder_height end | 
- (Object) placeholder_image
Placeholder image of the widget in editor. Never nil.
| 31 32 33 | # File 'uu_os-0.29.16/lib/uu/os/widget/widget_get_widget_list_item.rb', line 31 def placeholder_image @placeholder_image end | 
- (Object) placeholder_width
Width of the widget placeholder in editor. It is defined for widgets for which it is not possible to set width and height.
| 40 41 42 | # File 'uu_os-0.29.16/lib/uu/os/widget/widget_get_widget_list_item.rb', line 40 def placeholder_width @placeholder_width end | 
- (Object) trusted
Describes whether the widget will by inserted into the HTML directly or in the iframe. Never nil.
| 28 29 30 | # File 'uu_os-0.29.16/lib/uu/os/widget/widget_get_widget_list_item.rb', line 28 def trusted @trusted end | 
- (Object) uri
URI of the widget. Never nil.
| 19 20 21 | # File 'uu_os-0.29.16/lib/uu/os/widget/widget_get_widget_list_item.rb', line 19 def uri @uri end | 
- (Object) width
Default width of the widget in content.
| 34 35 36 | # File 'uu_os-0.29.16/lib/uu/os/widget/widget_get_widget_list_item.rb', line 34 def width @width end |