Sha256: ed9fe0ab11e974ae3c43f52b98afa8d1dc9f0e899bb64ba542459abaf7a5eed4
Contents?: true
Size: 548 Bytes
Versions: 42
Compression:
Stored size: 548 Bytes
Contents
# Network route that goes through a {#session} to allow accessing IPs on the remote end of the session. class Mdm::Route < ActiveRecord::Base # # Associations # # The session over which this route traverses. belongs_to :session, class_name: 'Mdm::Session', inverse_of: :routes # # Attributes # # @!attribute netmask # The netmask for this route. # # @return [String] # @!attribute subnet # The subnet for this route. # # @return [String] Metasploit::Concern.run(self) end
Version data entries
42 entries across 42 versions & 1 rubygems