Class: LWS::DigitalSignage::Player::Screenshot

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 screenshot class

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString (readonly)



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

attribute :created_at

#idFixnum (readonly)



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

attribute :id

#playerPlayer



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

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

#player_idFixnum



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

attribute :player_id

#screenshot_objectString



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

attribute :screenshot_object

#updated_atString (readonly)



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

attribute :updated_at