Class: LWS::DigitalSignage::Channel::Group::Tag

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::Channel::Group class.

The channel group tag class

Instance Attribute Summary collapse

Instance Attribute Details

#created_atString (readonly)

Returns the timestamp of when the channel group was created.

Returns:

  • (String)

    the timestamp of when the channel group was created



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

attribute :created_at

#groupChannel::Group

Returns the channel group associated with the tag.

Returns:



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

belongs_to :group, class_names: "LWS::DigitalSignage::Channel::Group",
uri: "channel/groups/:id"

#group_idFixnum

Returns the ID of the channel group associated with the tag.

Returns:

  • (Fixnum)

    the ID of the channel group associated with the tag



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

attribute :group_id

#idFixnum (readonly)

Returns the (unique) ID of the display.

Returns:

  • (Fixnum)

    the (unique) ID of the display



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

attribute :id

#keyString

Returns the key of the channel group tag.

Returns:

  • (String)

    the key of the channel group tag



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

attribute :key

#protected_valueBoolean

Whether the value of the channel group tag should return a protected representation of the value

Returns:

  • (Boolean)

    whether the value of the channel group tag should return a protected representation of the value



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

attribute :protected_value

#updated_atString (readonly)

Returns the timestamp of when the channel group was last updated.

Returns:

  • (String)

    the timestamp of when the channel group was last updated



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

attribute :updated_at

#valueString?

Returns the value of the channel group tag.

Returns:

  • (String, nil)

    the value of the channel group tag



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

attribute :value