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, #updated_at, #url, #url_html

Method Summary

Methods inherited from Generic::Model

#dig, #reload, #rollback, #save

Instance Attribute Details

#attrString

Returns the customizable attribute/property name.

Returns:

  • (String)

    the customizable attribute/property name



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

attribute :attr

#elementLayout::element

Returns the layout element the customizable property is for.

Returns:

  • (Layout::element)

    the layout element the customizable property is for



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

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

#element_idInteger

Returns the ID of the layout element the customizable is for.

Returns:

  • (Integer)

    the ID of the layout element the customizable is for



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

attribute :element_id

#hint_messageString

Returns the customizable attribute/property value.

Returns:

  • (String)

    the customizable attribute/property value



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

attribute :hint_message

#idInteger (readonly)

Returns the (unique) ID of the layout element customizable property.

Returns:

  • (Integer)

    the (unique) ID of the layout element customizable property



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

attribute :id

#presetsArray<Hash{String => String}>

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

Returns:

  • (Array<Hash{String => String}>)

    the presets for attribute values



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

attribute :presets

#uuidString

Returns the UUID of the customizable attribute/property.

Returns:

  • (String)

    the UUID of the customizable attribute/property



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

attribute :uuid