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:



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

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



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

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



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

attribute :created_at

#idFixnum (readonly)

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

Returns:

  • (Fixnum)

    the (unique) ID of the player configuration setting



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

attribute :id

#keyString

Returns the key of the player configuration setting.

Returns:

  • (String)

    the key of the player configuration setting



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

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



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

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



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

attribute :updated_at

#valueString?

Returns the value of the player configuration setting.

Returns:

  • (String, nil)

    the value of the player configuration setting



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

attribute :value