Method: Virtuozzo::SOAP::Types::Devm::TransferType::Output#initialize
- Defined in:
- lib/virtuozzo/soap/types/devm.rb
#initialize(bytes = nil, packets = nil) ⇒ Output
Returns a new instance of Output.
1026 1027 1028 1029 |
# File 'lib/virtuozzo/soap/types/devm.rb', line 1026 def initialize(bytes = nil, packets = nil) @bytes = bytes @packets = packets end |