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

Returns the account used for creating the slide.

Returns:



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

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

#account_idInteger

Returns the ID of the account used for creating the slide.

Returns:

  • (Integer)

    the ID of the account used for creating the slide



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

attribute :account_id

#channel_groupsArray<Channel::Group>

Returns the channel group the slide is scheduled on.

Returns:

  • (Array<Channel::Group>)

    the channel group the slide is scheduled on



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

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

#channelsArray<Channel>

Returns the channels the slide is scheduled on.

Returns:

  • (Array<Channel>)

    the channels the slide is scheduled on



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

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

#commentsString?

Returns the comments/remarks for the slide.

Returns:

  • (String, nil)

    the comments/remarks for the slide



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

attribute :comments

#companyLWS::Auth::Company

Returns the company the slide belongs to.

Returns:



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

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

#company_idInteger

Returns the ID of the company the slide belongs to.

Returns:

  • (Integer)

    the ID of the company the slide belongs to



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

attribute :company_id

#durationInteger?

Returns the duration of the slide (for fixed or content-bound durations in the layout).

Returns:

  • (Integer, nil)

    the duration of the slide (for fixed or content-bound durations in the layout)



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

attribute :duration

#edit_account_idsArray<Integer>

Returns the IDs of the accounts that can edit the slide.

Returns:

  • (Array<Integer>)

    the IDs of the accounts that can edit the slide



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

attribute :edit_account_ids

#editable_by_meBoolean

Returns whether the authenticated user can edit the slide.

Returns:

  • (Boolean)

    whether the authenticated user can edit the slide



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

attribute :editable_by_me

#layoutLWS::Layout

Returns the layout the slide uses.

Returns:

  • (LWS::Layout)

    the layout the slide uses



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

belongs_to :layout

#layout_idInteger

Returns the ID of the layout the slide uses.

Returns:

  • (Integer)

    the ID of the layout the slide uses



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

attribute :layout_id

#nameString

Returns the name of the slide.

Returns:

  • (String)

    the name of the slide



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

attribute :name

#order_priorityInteger

Returns the order priority within a playlist for a channel.

Returns:

  • (Integer)

    the order priority within a playlist for a channel



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

attribute :order_priority

#schedulesArray<Schedule>

Returns the slide schedules that apply for the slide.

Returns:

  • (Array<Schedule>)

    the slide schedules that apply for the slide



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

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

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

Returns the status of the slide.

Returns:

  • ("initializing", "waiting_content", "available", "error")

    the status of the slide



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

attribute :status

#thumbnail_urlString?

Returns the URL of the thumbnail of the slide.

Returns:

  • (String, nil)

    the URL of the thumbnail of the slide



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

attribute :thumbnail_url

#uuidString

Returns the UUID of the slide.

Returns:

  • (String)

    the UUID of the slide



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

attribute :uuid