Module: Rpush::Client::ActiveModel::Apns2::Notification
- Included in:
- Rpush::Client::ActiveRecord::Apns2::Notification, Rpush::Client::ActiveRecord::Apnsp8::Notification, Redis::Apns2::Notification, Redis::Apnsp8::Notification
- Defined in:
- lib/rpush/client/active_model/apns2/notification.rb
Defined Under Namespace
Modules: ClassMethods
Constant Summary collapse
- MAX_PAYLOAD_BYTESIZE =
4096
Class Method Summary collapse
Class Method Details
.included(base) ⇒ Object
16 17 18 |
# File 'lib/rpush/client/active_model/apns2/notification.rb', line 16 def self.included(base) base.extend ClassMethods end |