Class: Virtuozzo::SOAP::Types::Processm::TransferType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/processm.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typestransferType

input - Virtuozzo::SOAP::Types::Processm::TransferType::Input
output - Virtuozzo::SOAP::Types::Processm::TransferType::Output

Defined Under Namespace

Classes: Input, Output

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(input = nil, output = nil) ⇒ TransferType

Returns a new instance of TransferType.



951
952
953
954
# File 'lib/virtuozzo/soap/types/processm.rb', line 951

def initialize(input = nil, output = nil)
  @input = input
  @output = output
end

Instance Attribute Details

#inputObject

Returns the value of attribute input.



948
949
950
# File 'lib/virtuozzo/soap/types/processm.rb', line 948

def input
  @input
end

#outputObject

Returns the value of attribute output.



949
950
951
# File 'lib/virtuozzo/soap/types/processm.rb', line 949

def output
  @output
end