Class: LWS::DigitalSignage::Layout::Element::Customizable

Inherits:
Generic::Model
  • Object
show all
Defined in:
lib/lws/apps/digital_signage.rb

Overview

Note:

This class is only used within the context of the LWS::DigitalSignage::Layout::Element class.

The layout element customizable class

Instance Attribute Summary collapse

Attributes inherited from Generic::Model

#created_at, #id, #updated_at, #url, #url_html

Method Summary

Methods inherited from Generic::Model

#deep_dup, #dig, #reload, #rollback, #save

Instance Attribute Details

#attrString



667
# File 'lib/lws/apps/digital_signage.rb', line 667

attribute :attr

#elementLayout::element



672
# File 'lib/lws/apps/digital_signage.rb', line 672

belongs_to :element, class_name: "LWS::DigitalSignage::Layout::Element"

#element_idInteger



676
# File 'lib/lws/apps/digital_signage.rb', line 676

attribute :element_id

#hint_messageString



680
# File 'lib/lws/apps/digital_signage.rb', line 680

attribute :hint_message

#presetsArray<Hash{String => String}>

This is a list of mappings of the preset label (key “label”) to the preset value (key “value”).



687
# File 'lib/lws/apps/digital_signage.rb', line 687

attribute :presets

#uuidString



691
# File 'lib/lws/apps/digital_signage.rb', line 691

attribute :uuid