Class: LWS::DigitalSignage::Layout::Element::Property
- Inherits:
-
Generic::Model
- Object
- Spyke::Base
- Generic::Model
- LWS::DigitalSignage::Layout::Element::Property
- 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 property class
Instance Attribute Summary collapse
-
#attr ⇒ String
The attribute/property name.
-
#created_at ⇒ String
readonly
The timestamp of when the layout element was created.
-
#element ⇒ Layout::Element
The layout element the property is for.
-
#element_id ⇒ Integer
The ID of the layout element the property is for.
-
#id ⇒ Integer
readonly
The (unique) ID of the layout element property.
-
#locked ⇒ Boolean
Whether the attribute/property value is locked.
-
#updated_at ⇒ String
readonly
The timestamp of when the layout element was last updated.
-
#value ⇒ String
The attribute/property value.
Attributes inherited from Generic::Model
Method Summary
Methods inherited from Generic::Model
Instance Attribute Details
#attr ⇒ String
732 |
# File 'lib/lws/apps/digital_signage.rb', line 732 attribute :attr |
#created_at ⇒ String (readonly)
753 |
# File 'lib/lws/apps/digital_signage.rb', line 753 attribute :created_at |
#element ⇒ Layout::Element
737 |
# File 'lib/lws/apps/digital_signage.rb', line 737 belongs_to :element, class_name: "LWS::DigitalSignage::Layout::Element" |
#element_id ⇒ Integer
741 |
# File 'lib/lws/apps/digital_signage.rb', line 741 attribute :element_id |
#id ⇒ Integer (readonly)
728 |
# File 'lib/lws/apps/digital_signage.rb', line 728 attribute :id |
#locked ⇒ Boolean
745 |
# File 'lib/lws/apps/digital_signage.rb', line 745 attribute :locked |
#updated_at ⇒ String (readonly)
758 |
# File 'lib/lws/apps/digital_signage.rb', line 758 attribute :updated_at |
#value ⇒ String
749 |
# File 'lib/lws/apps/digital_signage.rb', line 749 attribute :value |