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



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

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

#account_idInteger



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

attribute :account_id

#channel_groupsArray<Channel::Group>



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

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

#channelsArray<Channel>



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

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

#commentsString?



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

attribute :comments

#companyLWS::Auth::Company



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

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

#company_idInteger



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

attribute :company_id

#durationInteger?



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

attribute :duration

#edit_account_idsArray<Integer>



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

attribute :edit_account_ids

#editable_by_meBoolean



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

attribute :editable_by_me

#layoutLWS::Layout



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

belongs_to :layout

#layout_idInteger



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

attribute :layout_id

#nameString



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

attribute :name

#order_priorityInteger



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

attribute :order_priority

#schedulesArray<Schedule>



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

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

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



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

attribute :status

#thumbnail_urlString?



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

attribute :thumbnail_url