Class: Virtuozzo::SOAP::Types::ResLog::TransferType::Output

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/res_log.rb

Overview

inner class for member: output http://www.swsoft.com/webservices/vzl/4.0.0/typesoutput

bytes - SOAP::SOAPLong
packets - SOAP::SOAPLong

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Output.



354
355
356
357
# File 'lib/virtuozzo/soap/types/res_log.rb', line 354

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

Instance Attribute Details

#bytesObject

Returns the value of attribute bytes.



351
352
353
# File 'lib/virtuozzo/soap/types/res_log.rb', line 351

def bytes
  @bytes
end

#packetsObject

Returns the value of attribute packets.



352
353
354
# File 'lib/virtuozzo/soap/types/res_log.rb', line 352

def packets
  @packets
end