Class: Virtuozzo::SOAP::Types::ServerGroup::TransferType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ServerGroup::TransferType
- Defined in:
- lib/virtuozzo/soap/types/server_group.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typestransferType
input - Virtuozzo::SOAP::Types::ServerGroup::TransferType::Input
output - Virtuozzo::SOAP::Types::ServerGroup::TransferType::Output
Defined Under Namespace
Instance Attribute Summary collapse
-
#input ⇒ Object
Returns the value of attribute input.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Method Summary collapse
-
#initialize(input = nil, output = nil) ⇒ TransferType
constructor
A new instance of TransferType.
Constructor Details
#initialize(input = nil, output = nil) ⇒ TransferType
Returns a new instance of TransferType.
373 374 375 376 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 373 def initialize(input = nil, output = nil) @input = input @output = output end |
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input.
370 371 372 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 370 def input @input end |
#output ⇒ Object
Returns the value of attribute output.
371 372 373 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 371 def output @output end |