Class: AnnFlavorCore::FirebaseConfig
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::FirebaseConfig
- Defined in:
- lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb
Instance Attribute Summary collapse
-
#config_file ⇒ Object
Returns the value of attribute config_file.
-
#project_id ⇒ Object
Returns the value of attribute project_id.
-
#service_account ⇒ Object
Returns the value of attribute service_account.
-
#target ⇒ Object
Returns the value of attribute target.
Instance Attribute Details
#config_file ⇒ Object
Returns the value of attribute config_file
148 149 150 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 148 def config_file @config_file end |
#project_id ⇒ Object
Returns the value of attribute project_id
148 149 150 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 148 def project_id @project_id end |
#service_account ⇒ Object
Returns the value of attribute service_account
148 149 150 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 148 def service_account @service_account end |
#target ⇒ Object
Returns the value of attribute target
148 149 150 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 148 def target @target end |