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

Instance Attribute Details

#created_atString (readonly)

Returns the timestamp of when the player log was created.

Returns:

  • (String)

    the timestamp of when the player log was created



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

attribute :created_at

#idFixnum (readonly)

Returns the (unique) ID of the player log.

Returns:

  • (Fixnum)

    the (unique) ID of the player log



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

attribute :id

#log_objectString

Returns the URL of the player log object.

Returns:

  • (String)

    the URL of the player log object



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

attribute :log_object

#playerPlayer

Returns the player the log is produced by.

Returns:

  • (Player)

    the player the log is produced by



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

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

#player_idFixnum

Returns the ID of the player the log is produced by.

Returns:

  • (Fixnum)

    the ID of the player the log is produced by



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

attribute :player_id

#processedBoolean

Returns whether the player log has been processed.

Returns:

  • (Boolean)

    whether the player log has been processed



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

attribute :processed

#updated_atString (readonly)

Returns the timestamp of when the player log was last updated.

Returns:

  • (String)

    the timestamp of when the player log was last updated



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

attribute :updated_at