Method: Virtuozzo::SOAP::Types::Networkm::Packet#initialize

Defined in:
lib/virtuozzo/soap/types/networkm.rb

#initialize(auth = nil, cookie = nil, target = [], origin = nil, src = nil, dst = nil, session = nil, data = nil) ⇒ Packet

Returns a new instance of Packet.



2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
# File 'lib/virtuozzo/soap/types/networkm.rb', line 2390

def initialize(auth = nil, cookie = nil, target = [], origin = nil, src = nil, dst = nil, session = nil, data = nil)
  @auth = auth
  @cookie = cookie
  @target = target
  @origin = origin
  @src = src
  @dst = dst
  @session = session
  @data = data
  @__xmlattr = {}
end