module Metasploit::Credential
The namespace for this gem.
Constants
- VERSION
VERSION is managed by GemRelease
Public Class Methods
table_name_prefix()
click to toggle source
The prefix for all `ActiveRecord::Base#table_name`s for `ActiveRecord::Base` subclasses under this namespace.
@return [String] `'metasploit_credential_'`
# File lib/metasploit/credential.rb, line 58 def self.table_name_prefix 'metasploit_credential_' end
version()
click to toggle source
@return [String]
returns the VERSION
# File lib/metasploit/credential/version.rb, line 13 def self.version VERSION end