Class: LWS::DigitalSignage::Player::PredefinedConfiguration::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::PredefinedConfiguration class.

The predefined player configuration setting class

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString (readonly)

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

Returns:

  • (String)

    the timestamp of when the predefined player configuration setting was created



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

attribute :created_at

#idFixnum (readonly)

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

Returns:

  • (Fixnum)

    the (unique) ID of the predefined player configuration setting



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

attribute :id

#keyString

Returns the key of the predefined player configuration setting.

Returns:

  • (String)

    the key of the predefined player configuration setting



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

attribute :key

#predefined_configurationPlayer::PredefinedConfiguration

Returns the predefined player configuration the setting is defined in.

Returns:



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

belongs_to :predefined_configuration, class_name: "LWS::DigitalSignage::Player::PredefinedConfiguration",
uri: "player/predefined_configurations/:id"

#predefined_configuration_idFixnum

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

Returns:

  • (Fixnum)

    the ID of the predefined player configuration the setting is defined in



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

attribute :predefined_configuration_id

#protected_valueBoolean

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

Returns:

  • (Boolean)

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



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

attribute :protected_value

#updated_atString (readonly)

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

Returns:

  • (String)

    the timestamp of when the predefined player configuration setting was last updated



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

attribute :updated_at

#valueString?

Returns the value of the predefined player configuration setting.

Returns:

  • (String, nil)

    the value of the predefined player configuration setting



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

attribute :value