Class: UPnP::Device::TestDevice

Inherits:
UPnP::Device show all
Defined in:
lib/UPnP/test_utilities.rb

Constant Summary collapse

VERSION =
'1.0'

Constants inherited from UPnP::Device

SCHEMA_URN, SERVICE_IDS

Instance Attribute Summary

Attributes inherited from UPnP::Device

#friendly_name, #manufacturer, #manufacturer_url, #model_description, #model_name, #model_number, #model_url, #name, #parent, #serial_number, #sub_devices, #sub_services, #type, #upc

Method Summary

Methods inherited from UPnP::Device

#==, #add_device, #add_service, add_service_id, #advertise, #cache_dir, create, debug=, debug?, #description, #device_description, #devices, #dump, #initialize, #marshal_dump, #marshal_load, new, option_parser, #root_device, run, #run, #service_id, #service_ids, #services, #setup_server, #shutdown, #ssdp, #type_urn, #validate, #version

Constructor Details

This class inherits a constructor from UPnP::Device