Sha256: 1ded3df18664b9a413e4efc3e4dd43e0c71a2da7ce4d46b3acf7a37b98135ee6
Contents?: true
Size: 449 Bytes
Versions: 2
Compression:
Stored size: 449 Bytes
Contents
module Telephony module Events class CompleteResume < Base def publishable? true end def agent_messages msgs = [ { agent: agent1 } ] if active_agent2 msgs << { agent: active_agent2, data: { owner: false } } end msgs end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
telephony-1.0.4 | app/models/telephony/events/complete_resume.rb |
telephony-1.0.3 | app/models/telephony/events/complete_resume.rb |