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 ‘ApplicationRecord#table_name`s for `ApplicationRecord` subclasses under this namespace.
@return [String] ‘’metasploit_credential_’‘
# File lib/metasploit/credential.rb, line 61 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