Method: UPnP::Device#type_urn

Defined in:
lib/UPnP/device.rb

#type_urnObject

URN of this device’s type



686
687
688
# File 'lib/UPnP/device.rb', line 686

def type_urn
  "#{UPnP::DEVICE_SCHEMA_PREFIX}:#{@type}:1"
end