Method: Wpxf::Auxiliary::HistoryCollectionArbitraryFileDownload#initialize
- Defined in:
- lib/wpxf/modules/auxiliary/file_download/history_collection_arbitrary_file_download.rb
#initialize ⇒ HistoryCollectionArbitraryFileDownload
Returns a new instance of HistoryCollectionArbitraryFileDownload.
6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
# File 'lib/wpxf/modules/auxiliary/file_download/history_collection_arbitrary_file_download.rb', line 6 def initialize super update_info( name: 'History Collection Arbitrary File Download', author: [ "Kuroi'SH", # Disclosure 'rastating' # WPXF module ], references: [ ['EDB', '37254'] ], date: 'Jun 06 2015' ) end |