Class: Rubycam::CLI::Commands::XuSend
- Inherits:
-
ObsbotCommand
- Object
- Dry::CLI::Command
- VideoCommand
- ObsbotCommand
- Rubycam::CLI::Commands::XuSend
- Defined in:
- lib/rubycam/cli.rb
Instance Method Summary collapse
Instance Method Details
#call(hex:, **options) ⇒ Object
293 294 295 296 297 |
# File 'lib/rubycam/cli.rb', line 293 def call(hex:, **) with_obsbot() do |bot| bot.send_hex(hex, selector: Integer(.fetch(:selector))) end end |