Class: AnnFlavorCore::ToolingConfig
- Inherits:
-
Struct
- Object
- Struct
- AnnFlavorCore::ToolingConfig
- Defined in:
- lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb
Overview
── Tooling (REQ-TOOL-00010 — top-level, non-cascading) ──────────────────────
Instance Attribute Summary collapse
-
#cocoapods_plugin ⇒ Object
Returns the value of attribute cocoapods_plugin.
-
#fastlane_plugin ⇒ Object
Returns the value of attribute fastlane_plugin.
-
#gradle_plugin ⇒ Object
Returns the value of attribute gradle_plugin.
Instance Attribute Details
#cocoapods_plugin ⇒ Object
Returns the value of attribute cocoapods_plugin
22 23 24 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 22 def cocoapods_plugin @cocoapods_plugin end |
#fastlane_plugin ⇒ Object
Returns the value of attribute fastlane_plugin
22 23 24 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 22 def fastlane_plugin @fastlane_plugin end |
#gradle_plugin ⇒ Object
Returns the value of attribute gradle_plugin
22 23 24 |
# File 'lib/vendor/ann_flavor_core/lib/ann_flavor_core/model.rb', line 22 def gradle_plugin @gradle_plugin end |