Sha256: c8de91f1ab6b104658e08fa6c5bfc74eef33e041ff14675861e6dc932a643cf9
Contents?: true
Size: 393 Bytes
Versions: 31
Compression:
Stored size: 393 Bytes
Contents
# Implementation of {Metasploit::Model::Author} to allow testing of {Metasploit::Model::Author} using an in-memory # ActiveModel and use of factories. class Dummy::Author < Metasploit::Model::Base include Metasploit::Model::Author # # Attributes # # @!attribute [rw] name # Full name (First + Last name) or handle of author. # # @return [String] attr_accessor :name end
Version data entries
31 entries across 31 versions & 1 rubygems