lib/rocx/properties/on_off_property.rb in rocx-0.5.7 vs lib/rocx/properties/on_off_property.rb in rocx-0.5.8
- old
+ new
@@ -1,7 +1,7 @@
module Rocx
module Properties
- class OnOffProperty < BaseProperty
+ class OnOffProperty < ValueProperty
def ok_values
[nil, :on, :off]
end