Class: Virtuozzo::SOAP::Types::ServerGroup::TransferType::Output

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



364
365
366
367
# File 'lib/virtuozzo/soap/types/server_group.rb', line 364

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

Instance Attribute Details

#bytesObject

Returns the value of attribute bytes.



361
362
363
# File 'lib/virtuozzo/soap/types/server_group.rb', line 361

def bytes
  @bytes
end

#packetsObject

Returns the value of attribute packets.



362
363
364
# File 'lib/virtuozzo/soap/types/server_group.rb', line 362

def packets
  @packets
end