Class: Pod::Sandbox
- Inherits:
-
Object
- Object
- Pod::Sandbox
- Defined in:
- lib/cocoapods-jxedt/binary/hooks/pre_install.rb,
lib/cocoapods-jxedt/binary/helper/prebuild_sandbox.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#source_lockfile ⇒ Object
Returns the value of attribute source_lockfile.
-
#standard_sandbox ⇒ Object
Returns the value of attribute standard_sandbox.
Instance Method Summary collapse
Instance Attribute Details
#source_lockfile ⇒ Object
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_sandbox ⇒ Object
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_root ⇒ Object
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 |