Sha256: a448d69ccf1978c052e66cd82248a3aff2d984cf1d036c417cdf418058986045

Contents?: true

Size: 230 Bytes

Versions: 2

Compression:

Stored size: 230 Bytes

Contents

module RuoteExternalWorkitem
  # Extensions to #Base with XMPP specific information exposed
  module XMPP

    def source_jid
      @workitem['source_jid']
    end

    def reply_jid
      @workitem['reply_jid']
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
simianarmy-ruote-external-workitem-rails-0.1.0 lib/ruote_external_workitem/xmpp.rb
simianarmy-ruote-external-workitem-rails-0.2.0 lib/ruote_external_workitem/xmpp.rb