Class: Pod::Config
- Inherits:
-
Object
- Object
- Pod::Config
- Defined in:
- lib/cocoapods-binary/feature_switches.rb,
lib/cocoapods-binary/Main.rb
Overview
option to disable write lockfiles
Instance Attribute Summary collapse
-
#lockfile ⇒ Object
writeonly
Sets the attribute lockfile.
-
#sandbox ⇒ Object
writeonly
Sets the attribute sandbox.
Class Method Summary collapse
Instance Attribute Details
#lockfile=(value) ⇒ Object (writeonly)
Sets the attribute lockfile
23 24 25 |
# File 'lib/cocoapods-binary/Main.rb', line 23 def lockfile=(value) @lockfile = value end |
#sandbox=(value) ⇒ Object (writeonly)
Sets the attribute sandbox
22 23 24 |
# File 'lib/cocoapods-binary/Main.rb', line 22 def sandbox=(value) @sandbox = value end |
Class Method Details
.force_disable_write_lockfile(value) ⇒ Object
71 72 73 |
# File 'lib/cocoapods-binary/feature_switches.rb', line 71 def self.force_disable_write_lockfile(value) @@force_disable_write_lockfile = value end |