Class: WPScan::DB::Theme

Inherits:
WpItem
  • Object
show all
Defined in:
lib/wpscan/db/theme.rb

Overview

Theme DB

Class Method Summary collapse

Methods inherited from WpItem

db, db_data

Class Method Details

.db_fileString

Returns:

  • (String)


8
9
10
# File 'lib/wpscan/db/theme.rb', line 8

def self.db_file
  @db_file ||= DB_DIR.join('themes.json').to_s
end