Class: Virtuozzo::SOAP::Types::OpLog::TransferType::Input

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

Overview

inner class for member: input http://www.swsoft.com/webservices/vzl/4.0.0/typesinput

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of Input.



292
293
294
295
# File 'lib/virtuozzo/soap/types/op_log.rb', line 292

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

Instance Attribute Details

#bytesObject

Returns the value of attribute bytes.



289
290
291
# File 'lib/virtuozzo/soap/types/op_log.rb', line 289

def bytes
  @bytes
end

#packetsObject

Returns the value of attribute packets.



290
291
292
# File 'lib/virtuozzo/soap/types/op_log.rb', line 290

def packets
  @packets
end