Class: Virtuozzo::SOAP::Types::Environment::TransferType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Environment::TransferType
- Defined in:
- lib/virtuozzo/soap/types/environment.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typestransferType
input - Virtuozzo::SOAP::Drivers::Environment::TransferType::Input
output - Virtuozzo::SOAP::Drivers::Environment::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.
597 598 599 600 |
# File 'lib/virtuozzo/soap/types/environment.rb', line 597 def initialize(input = nil, output = nil) @input = input @output = output end |
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input.
594 595 596 |
# File 'lib/virtuozzo/soap/types/environment.rb', line 594 def input @input end |
#output ⇒ Object
Returns the value of attribute output.
595 596 597 |
# File 'lib/virtuozzo/soap/types/environment.rb', line 595 def output @output end |