Sha256: 7c10216ce511b244d616eab1d85c72b69c94b17bb11ae8427a21fca37d521a73
Contents?: true
Size: 350 Bytes
Versions: 7
Compression:
Stored size: 350 Bytes
Contents
module Rpush module Client module Mongoid module Apns class Notification < Rpush::Client::Mongoid::Notification include Rpush::Client::ActiveModel::Apns::Notification def to_binary(options = {}) super(options.merge(id_attribute: :integer_id)) end end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems