Class: Notifications::Configuration
- Inherits:
-
Object
- Object
- Notifications::Configuration
- Defined in:
- lib/notifications.rb
Instance Attribute Summary collapse
-
#firebase_api_key ⇒ Object
Returns the value of attribute firebase_api_key.
-
#firebase_project_id ⇒ Object
Returns the value of attribute firebase_project_id.
Instance Attribute Details
#firebase_api_key ⇒ Object
Returns the value of attribute firebase_api_key.
17 18 19 |
# File 'lib/notifications.rb', line 17 def firebase_api_key @firebase_api_key end |
#firebase_project_id ⇒ Object
Returns the value of attribute firebase_project_id.
17 18 19 |
# File 'lib/notifications.rb', line 17 def firebase_project_id @firebase_project_id end |