Class: Virtuozzo::SOAP::Types::Up2date::TransferType::Output

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



1130
1131
1132
1133
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1130

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

Instance Attribute Details

#bytesObject

Returns the value of attribute bytes.



1127
1128
1129
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1127

def bytes
  @bytes
end

#packetsObject

Returns the value of attribute packets.



1128
1129
1130
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1128

def packets
  @packets
end