Class: LWS::DigitalSignage::Player::Configuration::Setting

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

The player configuration setting class

Instance Attribute Summary collapse

Instance Attribute Details

#configurationPlayer::Configuration

Returns the player configuration the setting is defined in.

Returns:



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

belongs_to :configuration, class_name: "LWS::DigitalSignage::Player::Configuration",
uri: "player/configurations/:id"

#configuration_idFixnum

Returns the ID of the player configuration the setting is defined in.

Returns:

  • (Fixnum)

    the ID of the player configuration the setting is defined in



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

attribute :configuration_id

#created_atString (readonly)

Returns the timestamp of when the player configuration setting was created.

Returns:

  • (String)

    the timestamp of when the player configuration setting was created



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

attribute :created_at

#idFixnum (readonly)

Returns the (unique) ID of the player configuration setting.

Returns:

  • (Fixnum)

    the (unique) ID of the player configuration setting



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

attribute :id

#keyString

Returns the key of the player configuration setting.

Returns:

  • (String)

    the key of the player configuration setting



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

attribute :key

#protected_valueBoolean

Returns whether the value of the player configuration setting should return a protected representation of the value.

Returns:

  • (Boolean)

    whether the value of the player configuration setting should return a protected representation of the value



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

attribute :protected_value

#updated_atString (readonly)

Returns the timestamp of when the player configuration setting was last updated.

Returns:

  • (String)

    the timestamp of when the player configuration setting was last updated



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

attribute :updated_at

#valueString?

Returns the value of the player configuration setting.

Returns:

  • (String, nil)

    the value of the player configuration setting



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

attribute :value