Sha256: 13c45bba0025474e176976a431f0238cfc0937e89163a0120e6aa638b4794ae6

Contents?: true

Size: 228 Bytes

Versions: 10

Compression:

Stored size: 228 Bytes

Contents

# frozen_string_literal: true

module WPScan
  module DB
    # Theme DB
    class Theme < WpItem
      # @return [ String ]
      def self.db_file
        @db_file ||= DB_DIR.join('themes.json').to_s
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wpscan-3.6.3 lib/wpscan/db/theme.rb
wpscan-3.6.2 lib/wpscan/db/theme.rb
wpscan-3.6.1 lib/wpscan/db/theme.rb
wpscan-3.6.0 lib/wpscan/db/theme.rb
wpscan-3.5.5 lib/wpscan/db/theme.rb
wpscan-3.5.4 lib/wpscan/db/theme.rb
wpscan-3.5.3 lib/wpscan/db/theme.rb
wpscan-3.5.2 lib/wpscan/db/theme.rb
wpscan-3.5.1 lib/wpscan/db/theme.rb
wpscan-3.5.0 lib/wpscan/db/theme.rb