Class: Virtuozzo::SOAP::Types::ServerGroup::TransferType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/server_group.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.



373
374
375
376
# File 'lib/virtuozzo/soap/types/server_group.rb', line 373

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

Instance Attribute Details

#inputObject

Returns the value of attribute input.



370
371
372
# File 'lib/virtuozzo/soap/types/server_group.rb', line 370

def input
  @input
end

#outputObject

Returns the value of attribute output.



371
372
373
# File 'lib/virtuozzo/soap/types/server_group.rb', line 371

def output
  @output
end