Class: Pod::Extension::Sandbox::Projects

Inherits:
Sandbox
  • Object
show all
Includes:
Protocol
Defined in:
lib/cocoapods-extension/sandbox/projects.rb

Instance Method Summary collapse

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