Class: Virtuozzo::SOAP::Types::PerfMon::TransferType::Input

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/perf_mon.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.



320
321
322
323
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 320

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

Instance Attribute Details

#bytesObject

Returns the value of attribute bytes.



317
318
319
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 317

def bytes
  @bytes
end

#packetsObject

Returns the value of attribute packets.



318
319
320
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 318

def packets
  @packets
end