Sha256: 4e2acfab392034159495c6dc75c1a66f7aec1b444741e5b3635e67c36e3f258b

Contents?: true

Size: 305 Bytes

Versions: 7

Compression:

Stored size: 305 Bytes

Contents

module Bobot
  module Event
    class TakeThreadControl
      include Bobot::Event::Common

      def previous_owner_app_id
        @messaging['take_thread_control']['previous_owner_app_id  ']
      end

      def metadata
        @messaging['take_thread_control']['metadata']
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bobot-5.0.4 lib/bobot/events/take_thread_control.rb
bobot-5.0.3 lib/bobot/events/take_thread_control.rb
bobot-5.0.2 lib/bobot/events/take_thread_control.rb
bobot-5.0.1 lib/bobot/events/take_thread_control.rb
bobot-5.0.0 lib/bobot/events/take_thread_control.rb
bobot-4.15.0 lib/bobot/events/take_thread_control.rb
bobot-4.14.0 lib/bobot/events/take_thread_control.rb