Class: Pod::Config

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-binary/feature_switches.rb,
lib/cocoapods-binary/Main.rb

Overview

option to disable write lockfiles

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Attribute Details

#lockfile=(value) ⇒ Object (writeonly)

Sets the attribute lockfile

Parameters:

  • value

    the value to set the attribute lockfile to.



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

Parameters:

  • value

    the value to set the attribute sandbox to.



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