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



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

attribute :created_at

#groupChannel::Group

Returns the channel group associated with the tag.

Returns:



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

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



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

attribute :group_id

#idFixnum (readonly)

Returns the (unique) ID of the display.

Returns:

  • (Fixnum)

    the (unique) ID of the display



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

attribute :id

#keyString

Returns the key of the channel group tag.

Returns:

  • (String)

    the key of the channel group tag



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

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



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

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



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

attribute :updated_at

#valueString?

Returns the value of the channel group tag.

Returns:

  • (String, nil)

    the value of the channel group tag



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

attribute :value