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

Attributes inherited from Generic::Model

#created_at, #id, #updated_at, #url, #url_html

Method Summary

Methods inherited from Generic::Model

#deep_dup, #dig, #reload, #rollback, #save

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



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

attribute :command

#displayObject

:nocov:



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

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

#display_idInteger

Returns the ID of the display associated with the input.

Returns:

  • (Integer)

    the ID of the display associated with the input



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

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



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

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



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

attribute :feedback_result

#nameString

Returns the name of the display input.

Returns:

  • (String)

    the name of the display input



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

attribute :name