Class: AMT::Service::RemoteControl::RemoteControlCapabilities

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#iana_oem_numberObject

Returns the value of attribute iana_oem_number

Returns:

  • (Object)

    the current value of 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_capabilitiesObject

Returns the value of attribute oem_defined_capabilities

Returns:

  • (Object)

    the current value of 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_supportedObject

Returns the value of attribute special_commands_supported

Returns:

  • (Object)

    the current value of 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_supportedObject

Returns the value of attribute system_capabilities_supported

Returns:

  • (Object)

    the current value of 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_capabilitiesObject

Returns the value of attribute system_firmware_capabilities

Returns:

  • (Object)

    the current value of system_firmware_capabilities



11
12
13
# File 'lib/amt/service/remote_control/structures.rb', line 11

def system_firmware_capabilities
  @system_firmware_capabilities
end