Class: Pushkin::Configuration

Inherits:
Object
  • Object
show all
Includes:
Singleton
Defined in:
lib/pushkin/configuration.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fcm_server_keyObject

Returns the value of attribute fcm_server_key.



6
7
8
# File 'lib/pushkin/configuration.rb', line 6

def fcm_server_key
  @fcm_server_key
end

#user_class_nameObject

Returns the value of attribute user_class_name.



6
7
8
# File 'lib/pushkin/configuration.rb', line 6

def user_class_name
  @user_class_name
end