Class: LWS::DigitalSignage::Player::Screenshot
- Inherits:
-
Generic::Model
- Object
- Spyke::Base
- Generic::Model
- LWS::DigitalSignage::Player::Screenshot
- 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
-
#created_at ⇒ String
readonly
The timestamp of when the player screenshot was created.
-
#id ⇒ Fixnum
readonly
The (unique) ID of the player screenshot.
-
#player ⇒ Player
The player the screenshot is made by.
-
#player_id ⇒ Fixnum
The ID of the player the screenshot is made by.
-
#screenshot_object ⇒ String
The URL of the player screenshot object.
-
#updated_at ⇒ String
readonly
The timestamp of when the player screenshot was last updated.
Instance Attribute Details
#created_at ⇒ String (readonly)
Returns the timestamp of when the player screenshot was created.
1747 |
# File 'lib/lws/apps/digital_signage.rb', line 1747 attribute :created_at |
#id ⇒ Fixnum (readonly)
Returns the (unique) ID of the player screenshot.
1731 |
# File 'lib/lws/apps/digital_signage.rb', line 1731 attribute :id |
#player ⇒ Player
Returns 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_id ⇒ Fixnum
Returns the ID of the player the screenshot is made by.
1739 |
# File 'lib/lws/apps/digital_signage.rb', line 1739 attribute :player_id |
#screenshot_object ⇒ String
Returns the URL of the player screenshot object.
1743 |
# File 'lib/lws/apps/digital_signage.rb', line 1743 attribute :screenshot_object |
#updated_at ⇒ String (readonly)
Returns the timestamp of when the player screenshot was last updated.
1751 |
# File 'lib/lws/apps/digital_signage.rb', line 1751 attribute :updated_at |