Class: LWS::DigitalSignage::Layout::Element::Property

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 property 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



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

attribute :attr

#elementLayout::Element



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

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

#element_idInteger



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

attribute :element_id

#lockedBoolean



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

attribute :locked

#valueString



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

attribute :value