Module: Google

Defined in:
lib/rails/generators/google/model/templates/google/safe_browsing_update.rb,
lib/google/sha_util.rb,
lib/google/url_scramble.rb,
lib/google/url_canonicalizer.rb,
lib/google/safe_browsing_client.rb,
lib/google/safe_browsing_parser.rb,
lib/google_safe_browsing_plugin.rb,
lib/google/safe_browsing_update_helper.rb,
lib/rails/generators/google/install_generator.rb,
lib/rails/generators/google/model/model_generator.rb,
lib/rails/generators/google/rspec/rspec_generator.rb,
lib/rails/generators/google/model/templates/google.rb,
lib/rails/generators/google/config/config_generator.rb,
lib/rails/generators/google/helper/helper_generator.rb,
lib/rails/generators/google/model/templates/google/error.rb,
lib/rails/generators/google/model/templates/google/function.rb,
lib/rails/generators/google/helper/templates/safe_browsing_helper.rb,
lib/rails/generators/google/model/templates/google/safe_browsing_list.rb,
lib/rails/generators/google/model/templates/google/safe_browsing_shavar.rb,
lib/rails/generators/google/model/templates/google/safe_browsing_full_hash.rb,
lib/rails/generators/google/model/templates/google/safe_browsing_redirect_url.rb,
lib/rails/generators/google/model/templates/google/safe_browsing_full_hash_request.rb

Overview

To capture the GSB Update payload

Defined Under Namespace

Modules: Error, Generators, SafeBrowsingHelper, SafeBrowsingParser, SafeBrowsingUpdateHelper, ShaUtil, UrlCanonicalizer, UrlScramble Classes: Function, SafeBrowsingClient, SafeBrowsingFullHash, SafeBrowsingFullHashRequest, SafeBrowsingList, SafeBrowsingRedirectUrl, SafeBrowsingShavar, SafeBrowsingUpdate

Class Method Summary collapse

Class Method Details

.table_name_prefixObject



4
5
6
# File 'lib/google_safe_browsing_plugin.rb', line 4

def self.table_name_prefix
  'google_'
end