Class: LWS::DigitalSignage::Player::Notification

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 notification

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString (readonly)



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

attribute :created_at

#idFixnum (readonly)



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

attribute :id

#keyString



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

attribute :key

#playerPlayer



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

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

#player_idFixnum



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

attribute :player_id

#protected_valueBoolean



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

attribute :protected_value

#repeatedFixnum?



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

attribute :repeated

#updated_atString (readonly)



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

attribute :updated_at

#valueString



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

attribute :value