Method: UPnP::Device#type_urn
- Defined in:
- lib/UPnP/device.rb
#type_urn ⇒ Object
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 |
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 |