class Pushr::ConfigurationFcm
Attributes
project_id[RW]
service_account[RW]
Public Instance Methods
name()
click to toggle source
# File lib/pushr/configuration_fcm.rb, line 7 def name :fcm end
to_hash()
click to toggle source
# File lib/pushr/configuration_fcm.rb, line 11 def to_hash { type: self.class.to_s, app: app, enabled: enabled, connections: connections, service_account: service_account, project_id: project_id } end