class Metasploit::Credential::BlankUsername
A public credential in the form of a Username.
Public Instance Methods
Source
# File app/models/metasploit/credential/blank_username.rb, line 23 def blank_username self.username = '' end
This method always makes sure the BlankUsername
is set to an empty string.
@return [void]