Sha256: d96363848e6d9a1c67d2f5dda6a18d30a906e29bcd492e4d2990619de7ca96e4
Contents?: true
Size: 387 Bytes
Versions: 9
Compression:
Stored size: 387 Bytes
Contents
module DeviseOnesignal class Configuration attr_accessor :app_id attr_accessor :auto_register attr_accessor :persist_notification attr_accessor :subscribe_with_modal def initialize @auto_register = false @persist_notification = false @subscribe_with_modal = false end end end
Version data entries
9 entries across 9 versions & 1 rubygems