Class: LWS::DigitalSignage::Player::Log

Inherits:
Generic::Model 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 log class

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

#log_objectString



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

attribute :log_object

#playerPlayer



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

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

#player_idInteger



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

attribute :player_id

#processedBoolean



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

attribute :processed