Class: Pod::Downloader::RemoteFile
- Defined in:
- lib/cocoapods-downloader/remote_file.rb
Defined Under Namespace
Classes: UnsupportedFileTypeError
Instance Attribute Summary
Attributes inherited from Base
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
Constructor Details
This class inherits a constructor from Pod::Downloader::Base
Class Method Details
.options ⇒ Object
8 9 10 |
# File 'lib/cocoapods-downloader/remote_file.rb', line 8 def self. [:type, :flatten, :sha1, :sha256, :headers] end |