Class: Virtuozzo::SOAP::Types::Packagem::TransferType

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

Overview

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

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



993
994
995
996
# File 'lib/virtuozzo/soap/types/packagem.rb', line 993

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

Instance Attribute Details

#inputObject

Returns the value of attribute input.



990
991
992
# File 'lib/virtuozzo/soap/types/packagem.rb', line 990

def input
  @input
end

#outputObject

Returns the value of attribute output.



991
992
993
# File 'lib/virtuozzo/soap/types/packagem.rb', line 991

def output
  @output
end