Sha256: fdeecf0c0a75636b332a53ddd482a88e562cabeefc9057891f18be12a2fb1408

Contents?: true

Size: 111 Bytes

Versions: 1

Compression:

Stored size: 111 Bytes

Contents

module Helpers
  def job_id_from_token(token)
    AsyncRequest::JsonWebToken.decode(token)['job_id']
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
async_request-1.0.0 spec/support/helpers.rb