class Rototiller::Task::SwitchCollection
The SwitchCollection
class to collect more than one switch for a Command
delegates to Array via inheritance from ParamCollection
@since v1.0.0
Public Instance Methods
allowed_class()
click to toggle source
set allowed classes to be inserted into this Collection/Array @return [Switch] the collection's allowed class
# File lib/rototiller/task/collections/switch_collection.rb, line 14 def allowed_class Switch end