Class: Pod::Extension::Sandbox::Projects
- Inherits:
-
Sandbox
- Object
- Sandbox
- Pod::Extension::Sandbox::Projects
- Includes:
- Protocol
- Defined in:
- lib/cocoapods-extension/sandbox/projects.rb
Instance Method Summary collapse
-
#initialize(url) ⇒ Projects
constructor
A new instance of Projects.
- #install! ⇒ Object
- #update! ⇒ Object
Constructor Details
#initialize(url) ⇒ Projects
Returns a new instance of Projects.
10 11 12 |
# File 'lib/cocoapods-extension/sandbox/projects.rb', line 10 def initialize url super File.join(url, 'projects') end |
Instance Method Details
#install! ⇒ Object
14 15 16 |
# File 'lib/cocoapods-extension/sandbox/projects.rb', line 14 def install! end |
#update! ⇒ Object
18 19 20 |
# File 'lib/cocoapods-extension/sandbox/projects.rb', line 18 def update! end |