Class: Virtuozzo::SOAP::Types::Relocator::TransferType

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

Overview

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

input - Virtuozzo::SOAP::Drivers::Relocator::TransferType::Input
output - Virtuozzo::SOAP::Drivers::Relocator::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.



999
1000
1001
1002
# File 'lib/virtuozzo/soap/types/relocator.rb', line 999

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

Instance Attribute Details

#inputObject

Returns the value of attribute input.



996
997
998
# File 'lib/virtuozzo/soap/types/relocator.rb', line 996

def input
  @input
end

#outputObject

Returns the value of attribute output.



997
998
999
# File 'lib/virtuozzo/soap/types/relocator.rb', line 997

def output
  @output
end