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



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

attribute :created_at

#idFixnum (readonly)

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

Returns:

  • (Fixnum)

    the (unique) ID of the player model capability



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

attribute :id

#keyString

Returns the key of the player model capability.

Returns:

  • (String)

    the key of the player model capability



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

attribute :key

#modelPlayer::Model

Returns the player model that has the capability.

Returns:



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

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



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

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



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

attribute :updated_at

#valueString

Returns the value of the player model capability.

Returns:

  • (String)

    the value of the player model capability



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

attribute :value