Method: Virtuozzo::SOAP::Types::Scheduler::TransferType::Input#initialize

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

#initialize(bytes = nil, packets = nil) ⇒ Input

Returns a new instance of Input.



443
444
445
446
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 443

def initialize(bytes = nil, packets = nil)
  @bytes = bytes
  @packets = packets
end