Class: Virtuozzo::SOAP::Types::Up2date::TransferType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Up2date::TransferType
- Defined in:
- lib/virtuozzo/soap/types/up2date.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.
1139 1140 1141 1142 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1139 def initialize(input = nil, output = nil) @input = input @output = output end |
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input.
1136 1137 1138 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1136 def input @input end |
#output ⇒ Object
Returns the value of attribute output.
1137 1138 1139 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 1137 def output @output end |