class Rox::Core::DeviceProperty

Public Class Methods

new(name, type, value = nil) click to toggle source
Calls superclass method Rox::Core::CustomProperty::new
# File lib/rox/core/properties/device_property.rb, line 6
def initialize(name, type, value = nil)
  super("rox.#{name}", type, value)
end