Method: Virtuozzo::SOAP::Types::ProcInfo::TransferType#initialize
- Defined in:
- lib/virtuozzo/soap/types/proc_info.rb
#initialize(input = nil, output = nil) ⇒ TransferType
Returns a new instance of TransferType.
313 314 315 316 |
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 313 def initialize(input = nil, output = nil) @input = input @output = output end |