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)
1748 |
# File 'lib/lws/apps/digital_signage.rb', line 1748 attribute :created_at |
#id ⇒ Fixnum (readonly)
1732 |
# File 'lib/lws/apps/digital_signage.rb', line 1732 attribute :id |
#player ⇒ Player
1736 |
# File 'lib/lws/apps/digital_signage.rb', line 1736 belongs_to :player, class_name: "LWS::DigitalSignage::Player" |
#player_id ⇒ Fixnum
1740 |
# File 'lib/lws/apps/digital_signage.rb', line 1740 attribute :player_id |
#screenshot_object ⇒ String
1744 |
# File 'lib/lws/apps/digital_signage.rb', line 1744 attribute :screenshot_object |
#updated_at ⇒ String (readonly)
1752 |
# File 'lib/lws/apps/digital_signage.rb', line 1752 attribute :updated_at |