module Rpush::Client::ActiveModel::Apns2::Notification

Constants

MAX_PAYLOAD_BYTESIZE

Public Class Methods

included(base) click to toggle source
# File lib/rpush/client/active_model/apns2/notification.rb, line 16
def self.included(base)
  base.extend ClassMethods
end