class Snmp2mkr::SendRequests::HostInformation

Attributes

interfaces[R]
meta[R]
vhost[R]

Public Class Methods

new(vhost, meta:, interfaces:) click to toggle source
# File lib/snmp2mkr/send_requests/host_information.rb, line 4
def initialize(vhost, meta:, interfaces:)
  @vhost = vhost
  @meta = meta

  @interfaces = interfaces
end