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
45 46 47 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 45 def fastlane @fastlane end |
#firebase ⇒ Object
Returns the value of attribute firebase
45 46 47 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 45 def firebase @firebase end |
#melos ⇒ Object
Returns the value of attribute melos
45 46 47 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 45 def melos @melos end |
Class Method Details
.defaults ⇒ Object
46 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 46 def self.defaults = new(fastlane: false, melos: false, firebase: false) |