Sha256: 0a659e3326446f892fbb97fdb6c04a123d3b4a7c99b052ac1818019be759eeb0
Contents?: true
Size: 547 Bytes
Versions: 22
Compression:
Stored size: 547 Bytes
Contents
# Network route that goes through a {#session} to allow accessing IPs on the remote end of the session. class Mdm::Route < ApplicationRecord # # 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
22 entries across 22 versions & 2 rubygems