Class: Virtuozzo::SOAP::Types::Devm::TransferType::Input

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



1012
1013
1014
1015
# File 'lib/virtuozzo/soap/types/devm.rb', line 1012

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

Instance Attribute Details

#bytesObject

Returns the value of attribute bytes.



1009
1010
1011
# File 'lib/virtuozzo/soap/types/devm.rb', line 1009

def bytes
  @bytes
end

#packetsObject

Returns the value of attribute packets.



1010
1011
1012
# File 'lib/virtuozzo/soap/types/devm.rb', line 1010

def packets
  @packets
end