Class: LWS::DigitalSignage::Layout::Element::Customizable
- Inherits:
-
Generic::Model
- Object
- Spyke::Base
- Generic::Model
- LWS::DigitalSignage::Layout::Element::Customizable
- Defined in:
- lib/lws/apps/digital_signage.rb
Overview
This class is only used within the context of the LWS::DigitalSignage::Layout::Element class.
The layout element customizable class
Instance Attribute Summary collapse
-
#attr ⇒ String
The customizable attribute/property name.
-
#created_at ⇒ String
readonly
The timestamp of when the layout element customizable was created.
-
#element ⇒ Layout::element
The layout element the customizable property is for.
-
#element_id ⇒ Integer
The ID of the layout element the customizable is for.
-
#hint_message ⇒ String
The customizable attribute/property value.
-
#id ⇒ Integer
readonly
The (unique) ID of the layout element customizable property.
-
#presets ⇒ Array<Hash>
The presets for attribute values (label to value).
-
#updated_at ⇒ String
readonly
The timestamp of when the layout element customizable was last updated.
-
#uuid ⇒ String
The UUID of the customizable attribute/property.
Attributes inherited from Generic::Model
Method Summary
Methods inherited from Generic::Model
Instance Attribute Details
#attr ⇒ String
Returns the customizable attribute/property name.
685 |
# File 'lib/lws/apps/digital_signage.rb', line 685 attribute :attr |
#created_at ⇒ String (readonly)
Returns the timestamp of when the layout element customizable was created.
711 |
# File 'lib/lws/apps/digital_signage.rb', line 711 attribute :created_at |
#element ⇒ Layout::element
Returns the layout element the customizable property is for.
690 |
# File 'lib/lws/apps/digital_signage.rb', line 690 belongs_to :element, class_name: "LWS::DigitalSignage::Layout::Element" |
#element_id ⇒ Integer
Returns the ID of the layout element the customizable is for.
694 |
# File 'lib/lws/apps/digital_signage.rb', line 694 attribute :element_id |
#hint_message ⇒ String
Returns the customizable attribute/property value.
698 |
# File 'lib/lws/apps/digital_signage.rb', line 698 attribute :hint_message |
#id ⇒ Integer (readonly)
Returns the (unique) ID of the layout element customizable property.
681 |
# File 'lib/lws/apps/digital_signage.rb', line 681 attribute :id |
#presets ⇒ Array<Hash>
Returns the presets for attribute values (label to value).
702 |
# File 'lib/lws/apps/digital_signage.rb', line 702 attribute :presets |
#updated_at ⇒ String (readonly)
Returns the timestamp of when the layout element customizable was last updated.
716 |
# File 'lib/lws/apps/digital_signage.rb', line 716 attribute :updated_at |
#uuid ⇒ String
Returns the UUID of the customizable attribute/property.
706 |
# File 'lib/lws/apps/digital_signage.rb', line 706 attribute :uuid |