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

#url, #url_html

Method Summary

Methods inherited from Generic::Model

#reload, #rollback, #save

Instance Attribute Details

#attrString



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

attribute :attr

#created_atString (readonly)



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

attribute :created_at

#elementLayout::Element



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

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

#element_idInteger



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

attribute :element_id

#idInteger (readonly)



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

attribute :id

#lockedBoolean



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

attribute :locked

#updated_atString (readonly)



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

attribute :updated_at

#valueString



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

attribute :value