Class: Pushkin::Configuration
- Inherits:
-
Object
- Object
- Pushkin::Configuration
- Includes:
- Singleton
- Defined in:
- lib/pushkin/configuration.rb
Instance Attribute Summary collapse
-
#fcm_server_key ⇒ Object
Returns the value of attribute fcm_server_key.
-
#user_class_name ⇒ Object
Returns the value of attribute user_class_name.
Instance Attribute Details
#fcm_server_key ⇒ Object
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_name ⇒ Object
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 |