Class: Pod::Config
- Inherits:
-
Object
- Object
- Pod::Config
- Defined in:
- lib/cocoapods-cafswitcher/cafswitcher_config.rb
Overview
Stores the global configuration of CocoaPods.
Instance Attribute Summary collapse
-
#caf_config_file ⇒ Object
Returns the value of attribute caf_config_file.
-
#caf_config_path ⇒ Object
Returns the value of attribute caf_config_path.
Instance Method Summary collapse
Instance Attribute Details
#caf_config_file ⇒ Object
Returns the value of attribute caf_config_file.
12 13 14 |
# File 'lib/cocoapods-cafswitcher/cafswitcher_config.rb', line 12 def caf_config_file @caf_config_file end |
#caf_config_path ⇒ Object
Returns the value of attribute caf_config_path.
6 7 8 |
# File 'lib/cocoapods-cafswitcher/cafswitcher_config.rb', line 6 def caf_config_path @caf_config_path end |
Instance Method Details
#cafConfigFile ⇒ Object
14 15 16 |
# File 'lib/cocoapods-cafswitcher/cafswitcher_config.rb', line 14 def cafConfigFile @caf_config_file = caf_config_path + "CAFSwitcher.lock" end |
#cafConfigPath ⇒ Object
8 9 10 |
# File 'lib/cocoapods-cafswitcher/cafswitcher_config.rb', line 8 def cafConfigPath @caf_config_path = project_root + "Pods/" end |