module Rpush::Client::ActiveModel::Fcm::App

Public Class Methods

included(base) click to toggle source
# File lib/rpush/client/active_model/fcm/app.rb, line 6
def self.included(base)
  base.instance_eval do
    # TODO: Add whatever validation is needed here
    # validates :auth_key, presence: true
  end
end

Public Instance Methods

service_name() click to toggle source
# File lib/rpush/client/active_model/fcm/app.rb, line 13
def service_name
  'fcm'
end