module Metasploit::Credential
The namespace for this gem.
Constants
- VERSION
-
VERSION
is managed by GemRelease
Public Class Methods
Source
# File lib/metasploit/credential.rb, line 61 def self.table_name_prefix 'metasploit_credential_' end
The prefix for all ‘ApplicationRecord#table_name`s for `ApplicationRecord` subclasses under this namespace.
@return [String] ‘’metasploit_credential_’‘
Source
# File lib/metasploit/credential/version.rb, line 13 def self.version VERSION end
@return [String]
returns the VERSION