Class: LWS::DigitalSignage::Display::Input
- Inherits:
-
Generic::Model
- Object
- Spyke::Base
- Generic::Model
- LWS::DigitalSignage::Display::Input
- 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
-
#command ⇒ String?
The command to send to select the display input.
-
#display ⇒ Object
:nocov:.
-
#display_id ⇒ Integer
The ID of the display associated with the input.
-
#feedback_command ⇒ String?
The feedback command to check to the display input.
-
#feedback_result ⇒ String?
The result of the feedback command sent to check the display input.
-
#name ⇒ String
The name of the display input.
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
#command ⇒ String?
Returns the command to send to select the display input.
429 |
# File 'lib/lws/apps/digital_signage.rb', line 429 attribute :command |
#display ⇒ Object
:nocov:
433 |
# File 'lib/lws/apps/digital_signage.rb', line 433 belongs_to :display, class_name: "LWS::DigitalSignage::Display" |
#display_id ⇒ Integer
Returns the ID of the display associated with the input.
443 |
# File 'lib/lws/apps/digital_signage.rb', line 443 attribute :display_id |
#feedback_command ⇒ String?
Returns the feedback command to check to the display input.
447 |
# File 'lib/lws/apps/digital_signage.rb', line 447 attribute :feedback_command |
#feedback_result ⇒ String?
Returns the result of the feedback command sent to check the display input.
451 |
# File 'lib/lws/apps/digital_signage.rb', line 451 attribute :feedback_result |
#name ⇒ String
Returns the name of the display input.
455 |
# File 'lib/lws/apps/digital_signage.rb', line 455 attribute :name |