Class: LWS::DigitalSignage::Player::Screenshot

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::Player class.

The player screenshot class

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString (readonly)

Returns the timestamp of when the player screenshot was created.

Returns:

  • (String)

    the timestamp of when the player screenshot was created



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

attribute :created_at

#idFixnum (readonly)

Returns the (unique) ID of the player screenshot.

Returns:

  • (Fixnum)

    the (unique) ID of the player screenshot



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

attribute :id

#playerPlayer

Returns the player the screenshot is made by.

Returns:

  • (Player)

    the player the screenshot is made by



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

belongs_to :player, class_name: "LWS::DigitalSignage::Player"

#player_idFixnum

Returns the ID of the player the screenshot is made by.

Returns:

  • (Fixnum)

    the ID of the player the screenshot is made by



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

attribute :player_id

#screenshot_objectString

Returns the URL of the player screenshot object.

Returns:

  • (String)

    the URL of the player screenshot object



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

attribute :screenshot_object

#updated_atString (readonly)

Returns the timestamp of when the player screenshot was last updated.

Returns:

  • (String)

    the timestamp of when the player screenshot was last updated



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

attribute :updated_at