Class: Firebase::Configuration
- Inherits:
-
Object
- Object
- Firebase::Configuration
- Defined in:
- lib/firebase/configuration.rb
Instance Attribute Summary collapse
-
#api_key ⇒ Object
The API key for your project.
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
15 16 17 |
# File 'lib/firebase/configuration.rb', line 15 def initialize @api_key = nil end |
Instance Attribute Details
#api_key ⇒ Object
The API key for your project.
13 14 15 |
# File 'lib/firebase/configuration.rb', line 13 def api_key @api_key end |