Sha256: 142f63dcf7214e0a46eb16656a1f469fd299561c985f6173cde27992c6f5d00d
Contents?: true
Size: 576 Bytes
Versions: 31
Compression:
Stored size: 576 Bytes
Contents
# Implementation of {Metasploit::Model::Module::Action} to allow testing of {Metasploit::Model::Module::Action} # using an in-memory ActiveModel and use of factories. class Dummy::Module::Action < Metasploit::Model::Base include Metasploit::Model::Module::Action # # Associations # # @!attribute [rw] module_instance # Module that has this action. # # @return [Dummy::Module::Instance] attr_accessor :module_instance # # Attributes # # @!attribute [rw] name # The name of this action. # # @return [String] attr_accessor :name end
Version data entries
31 entries across 31 versions & 1 rubygems