Class: Rox::Core::DeviceProperty
- Inherits:
-
CustomProperty
- Object
- CustomProperty
- Rox::Core::DeviceProperty
- Defined in:
- lib/rox/core/properties/device_property.rb
Instance Attribute Summary
Attributes inherited from CustomProperty
Instance Method Summary collapse
-
#initialize(name, type, value = nil) ⇒ DeviceProperty
constructor
A new instance of DeviceProperty.
Methods inherited from CustomProperty
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 |