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
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.
-
#created_at ⇒ String
readonly
The timestamp of when the display input was created.
-
#display ⇒ Object
:nocov:.
-
#display_id ⇒ Fixnum
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.
-
#id ⇒ Fixnum
readonly
The (unique) ID of the display input.
-
#name ⇒ String
The name of the display input.
-
#updated_at ⇒ String
readonly
The timestamp of when the display input was last updated.
Instance Attribute Details
#command ⇒ String?
Returns the command to send to select the display input.
513 |
# File 'lib/lws/apps/digital_signage.rb', line 513 attribute :command |
#created_at ⇒ String (readonly)
Returns the timestamp of when the display input was created.
543 |
# File 'lib/lws/apps/digital_signage.rb', line 543 attribute :created_at |
#display ⇒ Object
:nocov:
517 |
# File 'lib/lws/apps/digital_signage.rb', line 517 belongs_to :display, class_name: "LWS::DigitalSignage::Display" |
#display_id ⇒ Fixnum
Returns the ID of the display associated with the input.
527 |
# File 'lib/lws/apps/digital_signage.rb', line 527 attribute :display_id |
#feedback_command ⇒ String?
Returns the feedback command to check to the display input.
531 |
# File 'lib/lws/apps/digital_signage.rb', line 531 attribute :feedback_command |
#feedback_result ⇒ String?
Returns the result of the feedback command sent to check the display input.
535 |
# File 'lib/lws/apps/digital_signage.rb', line 535 attribute :feedback_result |
#id ⇒ Fixnum (readonly)
Returns the (unique) ID of the display input.
509 |
# File 'lib/lws/apps/digital_signage.rb', line 509 attribute :id |
#name ⇒ String
Returns the name of the display input.
539 |
# File 'lib/lws/apps/digital_signage.rb', line 539 attribute :name |
#updated_at ⇒ String (readonly)
Returns the timestamp of when the display input was last updated.
547 |
# File 'lib/lws/apps/digital_signage.rb', line 547 attribute :updated_at |