Class: Pod::Downloader::Scp

Inherits:
RemoteFile show all
Defined in:
lib/cocoapods-downloader/scp.rb

Constant Summary collapse

DEFAULT_PORT =
22

Instance Attribute Summary

Attributes inherited from Base

#options, #target_path, #url

Method Summary

Methods inherited from RemoteFile

options

Methods inherited from Base

#checkout_options, #download, #download_head, executable, #head_supported?, #initialize, #name, options, #options_specific?, preprocess_options, user_agent_string

Methods included from APIExposable

#expose_api

Constructor Details

This class inherits a constructor from Pod::Downloader::Base