Class: Virtuozzo::SOAP::Types::Support::TransferType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Support::TransferType
- Defined in:
- lib/virtuozzo/soap/types/support.rb
Overview
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.
959 960 961 962 |
# File 'lib/virtuozzo/soap/types/support.rb', line 959 def initialize(input = nil, output = nil) @input = input @output = output end |
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input.
956 957 958 |
# File 'lib/virtuozzo/soap/types/support.rb', line 956 def input @input end |
#output ⇒ Object
Returns the value of attribute output.
957 958 959 |
# File 'lib/virtuozzo/soap/types/support.rb', line 957 def output @output end |