Class: LWS::DigitalSignage::Slide

Inherits:
Generic::Model show all
Defined in:
lib/lws/apps/digital_signage.rb

Overview

The slide class

Defined Under Namespace

Classes: Schedule

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

#accountLWS::Auth::Account



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

belongs_to :account, class_name: "LWS::Auth::Account"

#account_idInteger



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

attribute :account_id

#channel_groupsArray<Channel::Group>



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

has_many :channel_groups, class_name: "LWS::DigitalSignage::Channel::Group"

#channelsArray<Channel>



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

has_many :channels, class_name: "LWS::DigitalSignage::Channel"

#commentsString?



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

attribute :comments

#companyLWS::Auth::Company



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

belongs_to :company, class_name: "LWS::Auth::Company"

#company_idInteger



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

attribute :company_id

#durationInteger?



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

attribute :duration

#edit_account_idsArray<Integer>



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

attribute :edit_account_ids

#editable_by_meBoolean



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

attribute :editable_by_me

#layoutLWS::Layout



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

belongs_to :layout

#layout_idInteger



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

attribute :layout_id

#nameString



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

attribute :name

#order_priorityInteger



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

attribute :order_priority

#schedulesArray<Schedule>



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

has_many :schedules, class_name: "LWS::DigitalSignage::Slide::Schedule"

#status"initializing", ... (readonly)



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

attribute :status

#thumbnail_urlString?



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

attribute :thumbnail_url