class Tuya::Command::Group
Public Class Methods
options()
click to toggle source
# File lib/tuya/cli/odm/command/group.rb, line 22 def self.options [ ['--name=group_name', '--name the name for your group'] ] end
Public Instance Methods
run()
click to toggle source
Calls superclass method
Tuya::Command#run
# File lib/tuya/cli/odm/command/group.rb, line 28 def run super end