Class: Virtuozzo::SOAP::Drivers::Environment::TransferType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/drivers/environment/types.rb

Overview

Defined Under Namespace

Classes: Input, Output

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(input = nil, output = nil) ⇒ TransferType

Returns a new instance of TransferType.



597
598
599
600
# File 'lib/virtuozzo/soap/drivers/environment/types.rb', line 597

def initialize(input = nil, output = nil)
  @input = input
  @output = output
end

Instance Attribute Details

#inputObject

Returns the value of attribute input.



594
595
596
# File 'lib/virtuozzo/soap/drivers/environment/types.rb', line 594

def input
  @input
end

#outputObject

Returns the value of attribute output.



595
596
597
# File 'lib/virtuozzo/soap/drivers/environment/types.rb', line 595

def output
  @output
end