Class: Rox::Core::DeviceProperty

Inherits:
CustomProperty show all
Defined in:
lib/rox/core/properties/device_property.rb

Instance Attribute Summary

Attributes inherited from CustomProperty

#block, #name, #type

Instance Method Summary collapse

Methods inherited from CustomProperty

#value

Constructor Details

#initialize(name, type, value = nil) ⇒ DeviceProperty

Returns a new instance of DeviceProperty.



6
7
8
# File 'lib/rox/core/properties/device_property.rb', line 6

def initialize(name, type, value = nil)
  super("rox.#{name}", type, value)
end