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

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

#playerPlayer



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

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

#player_idInteger



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

attribute :player_id

#screenshot_objectString



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

attribute :screenshot_object