Class: AppleEpf::Full

Inherits:
Main
  • Object
show all
Includes:
BaseActions
Defined in:
lib/apple_epf/main.rb

Instance Attribute Summary

Attributes inherited from Main

#downloader, #filedate, #files_matrix, #keep_tbz_after_extract, #store_dir

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Main

get_current_list, #initialize

Constructor Details

This class inherits a constructor from AppleEpf::Main

Class Method Details

.current_urlObject



114
115
116
# File 'lib/apple_epf/main.rb', line 114

def self.current_url
  'https://feeds.itunes.apple.com/feeds/epf/v3/full/current'
end

Instance Method Details

#typeObject



110
111
112
# File 'lib/apple_epf/main.rb', line 110

def type
  'full'
end