Class: LWS::DigitalSignage::Player::Model::Capability

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::Model class.

The player model capability class

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString (readonly)

Returns the timestamp of when the player model capability was created.

Returns:

  • (String)

    the timestamp of when the player model capability was created



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

attribute :created_at

#idFixnum (readonly)

Returns the (unique) ID of the player model capability.

Returns:

  • (Fixnum)

    the (unique) ID of the player model capability



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

attribute :id

#keyString

Returns the key of the player model capability.

Returns:

  • (String)

    the key of the player model capability



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

attribute :key

#modelPlayer::Model

Returns the player model that has the capability.

Returns:



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

belongs_to :model, class_name: "LWS::DigitalSignage::Player::Model",
uri: "player/models/:id"

#model_idFixnum

Returns the ID of the player model that has the capability.

Returns:

  • (Fixnum)

    the ID of the player model that has the capability



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

attribute :model_id

#updated_atString (readonly)

Returns the timestamp of when the player model capability was last updated.

Returns:

  • (String)

    the timestamp of when the player model capability was last updated



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

attribute :updated_at

#valueString

Returns the value of the player model capability.

Returns:

  • (String)

    the value of the player model capability



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

attribute :value