Class: AnnFlavorCore::AnnIntegrations
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::AnnIntegrations
- Defined in:
- lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb
Overview
── Integrations ─────────────────────────────────────────────────────────────
Instance Attribute Summary collapse
-
#fastlane ⇒ Object
Returns the value of attribute fastlane.
-
#firebase ⇒ Object
Returns the value of attribute firebase.
-
#melos ⇒ Object
Returns the value of attribute melos.
Class Method Summary collapse
Instance Attribute Details
#fastlane ⇒ Object
Returns the value of attribute fastlane
26 27 28 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 26 def fastlane @fastlane end |
#firebase ⇒ Object
Returns the value of attribute firebase
26 27 28 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 26 def firebase @firebase end |
#melos ⇒ Object
Returns the value of attribute melos
26 27 28 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 26 def melos @melos end |
Class Method Details
.defaults ⇒ Object
27 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 27 def self.defaults = new(fastlane: false, melos: false, firebase: false) |