Class: LWS::DigitalSignage::Display::Input

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

The display input class

Instance Attribute Summary collapse

Instance Attribute Details

#commandString?

Returns the command to send to select the display input.

Returns:

  • (String, nil)

    the command to send to select the display input



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

attribute :command

#created_atString (readonly)

Returns the timestamp of when the display input was created.

Returns:

  • (String)

    the timestamp of when the display input was created



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

attribute :created_at

#displayObject

:nocov:



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

belongs_to :display, class_name: "LWS::DigitalSignage::Display"

#display_idFixnum

Returns the ID of the display associated with the input.

Returns:

  • (Fixnum)

    the ID of the display associated with the input



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

attribute :display_id

#feedback_commandString?

Returns the feedback command to check to the display input.

Returns:

  • (String, nil)

    the feedback command to check to the display input



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

attribute :feedback_command

#feedback_resultString?

Returns the result of the feedback command sent to check the display input.

Returns:

  • (String, nil)

    the result of the feedback command sent to check the display input



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

attribute :feedback_result

#idFixnum (readonly)

Returns the (unique) ID of the display input.

Returns:

  • (Fixnum)

    the (unique) ID of the display input



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

attribute :id

#nameString

Returns the name of the display input.

Returns:

  • (String)

    the name of the display input



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

attribute :name

#updated_atString (readonly)

Returns the timestamp of when the display input was last updated.

Returns:

  • (String)

    the timestamp of when the display input was last updated



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

attribute :updated_at