Class: AnnFlavorCore::ToolingConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cocoapods_pluginObject

Returns the value of attribute cocoapods_plugin

Returns:

  • (Object)

    the current value of 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_pluginObject

Returns the value of attribute fastlane_plugin

Returns:

  • (Object)

    the current value of 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_pluginObject

Returns the value of attribute gradle_plugin

Returns:

  • (Object)

    the current value of 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