Class: AMT::Service::RemoteControl::RemoteControlCapabilities
- Inherits:
-
Struct
- Object
- Struct
- AMT::Service::RemoteControl::RemoteControlCapabilities
- Defined in:
- lib/amt/service/remote_control/structures.rb
Overview
Struct class containing the response to the #get_remote_control_capabilities method.
Instance Attribute Summary collapse
-
#iana_oem_number ⇒ Object
Returns the value of attribute iana_oem_number.
-
#oem_defined_capabilities ⇒ Object
Returns the value of attribute oem_defined_capabilities.
-
#special_commands_supported ⇒ Object
Returns the value of attribute special_commands_supported.
-
#system_capabilities_supported ⇒ Object
Returns the value of attribute system_capabilities_supported.
-
#system_firmware_capabilities ⇒ Object
Returns the value of attribute system_firmware_capabilities.
Instance Attribute Details
#iana_oem_number ⇒ Object
Returns the value of attribute iana_oem_number
11 12 13 |
# File 'lib/amt/service/remote_control/structures.rb', line 11 def iana_oem_number @iana_oem_number end |
#oem_defined_capabilities ⇒ Object
Returns the value of attribute oem_defined_capabilities
11 12 13 |
# File 'lib/amt/service/remote_control/structures.rb', line 11 def oem_defined_capabilities @oem_defined_capabilities end |
#special_commands_supported ⇒ Object
Returns the value of attribute special_commands_supported
11 12 13 |
# File 'lib/amt/service/remote_control/structures.rb', line 11 def special_commands_supported @special_commands_supported end |
#system_capabilities_supported ⇒ Object
Returns the value of attribute system_capabilities_supported
11 12 13 |
# File 'lib/amt/service/remote_control/structures.rb', line 11 def system_capabilities_supported @system_capabilities_supported end |
#system_firmware_capabilities ⇒ Object
Returns the value of attribute system_firmware_capabilities
11 12 13 |
# File 'lib/amt/service/remote_control/structures.rb', line 11 def system_firmware_capabilities @system_firmware_capabilities end |