Method: Virtuozzo::SOAP::Types::Scheduler::Packet#initialize
- Defined in:
- lib/virtuozzo/soap/types/scheduler.rb
#initialize(auth = nil, cookie = nil, target = [], origin = nil, src = nil, dst = nil, session = nil, data = nil) ⇒ Packet
Returns a new instance of Packet.
2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 |
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 2293 def initialize(auth = nil, = nil, target = [], origin = nil, src = nil, dst = nil, session = nil, data = nil) @auth = auth @cookie = @target = target @origin = origin @src = src @dst = dst @session = session @data = data @__xmlattr = {} end |