Sha256: 27a9c31c1f8657ac04ee72b8cbcf044f6e83c8cf6559d0e85037e400b98e2d7d

Contents?: true

Size: 451 Bytes

Versions: 8

Compression:

Stored size: 451 Bytes

Contents

# FIXME: RemoteMacroSenderという名前をやめる。BypassProcessSenderみたいにする
class ProconBypassMan::RemoteActionSender
  def self.execute(name: , uuid: , steps: , type: )
    ProconBypassMan.logger.info "[remote macro][sender] name: #{name}, uuid: #{uuid}, steps: #{steps}, type: #{type}"
    ProconBypassMan::RemoteAction::QueueOverProcess.push(
      ProconBypassMan::RemoteAction::Task.new(name, uuid, steps, type)
    )
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
procon_bypass_man-0.3.12 lib/procon_bypass_man/remote_action/remote_action_sender.rb
procon_bypass_man-0.3.11 lib/procon_bypass_man/remote_action/remote_action_sender.rb
procon_bypass_man-0.3.10 lib/procon_bypass_man/remote_action/remote_action_sender.rb
procon_bypass_man-0.3.9 lib/procon_bypass_man/remote_action/remote_action_sender.rb
procon_bypass_man-0.3.8.1 lib/procon_bypass_man/remote_action/remote_action_sender.rb
procon_bypass_man-0.3.8 lib/procon_bypass_man/remote_action/remote_action_sender.rb
procon_bypass_man-0.3.7 lib/procon_bypass_man/remote_action/remote_action_sender.rb
procon_bypass_man-0.3.6 lib/procon_bypass_man/remote_action/remote_action_sender.rb