Class: Virtuozzo::SOAP::Types::Sessionm::TransferType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Sessionm::TransferType
- Defined in:
- lib/virtuozzo/soap/types/sessionm.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.
357 358 359 360 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 357 def initialize(input = nil, output = nil) @input = input @output = output end |
Instance Attribute Details
#input ⇒ Object
Returns the value of attribute input.
354 355 356 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 354 def input @input end |
#output ⇒ Object
Returns the value of attribute output.
355 356 357 |
# File 'lib/virtuozzo/soap/types/sessionm.rb', line 355 def output @output end |