Class: Pod::Sandbox

Inherits:
Object
  • Object
show all
Defined in:
lib/cocoapods-jxedt/binary/hooks/pre_install.rb,
lib/cocoapods-jxedt/binary/helper/prebuild_sandbox.rb

Direct Known Subclasses

JxedtPrebuildSandbox

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#source_lockfileObject

Returns the value of attribute source_lockfile.



3
4
5
# File 'lib/cocoapods-jxedt/binary/hooks/pre_install.rb', line 3

def source_lockfile
  @source_lockfile
end

#standard_sandboxObject

Returns the value of attribute standard_sandbox.



3
4
5
# File 'lib/cocoapods-jxedt/binary/helper/prebuild_sandbox.rb', line 3

def standard_sandbox
  @standard_sandbox
end

Instance Method Details

#standard_sandbox_rootObject



5
6
7
8
# File 'lib/cocoapods-jxedt/binary/helper/prebuild_sandbox.rb', line 5

def standard_sandbox_root
  return root if standard_sandbox.nil?
  standard_sandbox.root
end