Class: Rubycam::CLI::Commands::XuDump
- Inherits:
-
ObsbotCommand
- Object
- Dry::CLI::Command
- VideoCommand
- ObsbotCommand
- Rubycam::CLI::Commands::XuDump
- Defined in:
- lib/rubycam/cli.rb
Instance Method Summary collapse
Instance Method Details
#call(selector: '0x06', **options) ⇒ Object
283 284 285 |
# File 'lib/rubycam/cli.rb', line 283 def call(selector: '0x06', **) with_obsbot() { |bot| puts bot.dump(Integer(selector)) } end |