Sha256: 9d6b6448569c998426a25e79c7870a5657440e1bfcd5bf1a0397c6362e5f5047
Contents?: true
Size: 266 Bytes
Versions: 3
Compression:
Stored size: 266 Bytes
Contents
module Ruboty module Handlers class Ragoon < Base on(/ragoon( me)? (?<date>.+)/, name: 'schedule', description: 'retrieve schedule from garoon') def schedule(message) ::Ruboty::Actions::Ragoon.new(message).call end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ruboty-ragoon-0.2.1 | lib/ruboty/handlers/ragoon.rb |
ruboty-ragoon-0.2.0 | lib/ruboty/handlers/ragoon.rb |
ruboty-ragoon-0.1.2 | lib/ruboty/handlers/ragoon.rb |