Class: Virtuozzo::SOAP::Types::Device::TransferType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Device::TransferType
- Defined in:
- lib/virtuozzo/soap/types/device.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typestransferType
input - Virtuozzo::SOAP::Drivers::Device::TransferType::Input
output - Virtuozzo::SOAP::Drivers::Device::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.
1035 1036 1037 1038 |
# File 'lib/virtuozzo/soap/types/device.rb', line 1035 def initialize(input = nil, output = nil) @input = input @output = output end |
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input.
1032 1033 1034 |
# File 'lib/virtuozzo/soap/types/device.rb', line 1032 def input @input end |
#output ⇒ Object
Returns the value of attribute output.
1033 1034 1035 |
# File 'lib/virtuozzo/soap/types/device.rb', line 1033 def output @output end |