Class: LWS::DigitalSignage::Player::Log
- Inherits:
-
Generic::Model
- Object
- Spyke::Base
- Generic::Model
- LWS::DigitalSignage::Player::Log
- 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 log class
Instance Attribute Summary collapse
-
#log_object ⇒ String
The URL of the player log object.
-
#player ⇒ Player
The player the log is produced by.
-
#player_id ⇒ Integer
The ID of the player the log is produced by.
-
#processed ⇒ Boolean
Whether the player log has been processed.
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
#log_object ⇒ String
Returns the URL of the player log object.
1307 |
# File 'lib/lws/apps/digital_signage.rb', line 1307 attribute :log_object |
#player ⇒ Player
Returns the player the log is produced by.
1311 |
# File 'lib/lws/apps/digital_signage.rb', line 1311 belongs_to :player, class_name: "LWS::DigitalSignage::Player" |
#player_id ⇒ Integer
Returns the ID of the player the log is produced by.
1315 |
# File 'lib/lws/apps/digital_signage.rb', line 1315 attribute :player_id |
#processed ⇒ Boolean
Returns whether the player log has been processed.
1319 |
# File 'lib/lws/apps/digital_signage.rb', line 1319 attribute :processed |