Class: Pod::Downloader::RemoteFile

Inherits:
Base
  • Object
show all
Defined in:
lib/cocoapods-downloader/remote_file.rb

Direct Known Subclasses

Http, Scp

Defined Under Namespace

Classes: UnsupportedFileTypeError

Instance Attribute Summary

Attributes inherited from Base

#options, #target_path, #url

Class Method Summary collapse

Methods inherited from Base

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

Methods included from APIExposable

#expose_api

Constructor Details

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

Class Method Details

.optionsObject



8
9
10
# File 'lib/cocoapods-downloader/remote_file.rb', line 8

def self.options
  [:type, :flatten, :sha1, :sha256, :headers]
end