Class: Virtuozzo::SOAP::Types::Packagem::RouteType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/protocolrouteType

director - SOAP::SOAPString
host - SOAP::SOAPString
index - SOAP::SOAPString
target - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(director = nil, host = nil, index = nil, target = nil) ⇒ RouteType

Returns a new instance of RouteType.



437
438
439
440
441
442
# File 'lib/virtuozzo/soap/types/packagem.rb', line 437

def initialize(director = nil, host = nil, index = nil, target = nil)
  @director = director
  @host = host
  @index = index
  @target = target
end

Instance Attribute Details

#directorObject

Returns the value of attribute director.



432
433
434
# File 'lib/virtuozzo/soap/types/packagem.rb', line 432

def director
  @director
end

#hostObject

Returns the value of attribute host.



433
434
435
# File 'lib/virtuozzo/soap/types/packagem.rb', line 433

def host
  @host
end

#indexObject

Returns the value of attribute index.



434
435
436
# File 'lib/virtuozzo/soap/types/packagem.rb', line 434

def index
  @index
end

#targetObject

Returns the value of attribute target.



435
436
437
# File 'lib/virtuozzo/soap/types/packagem.rb', line 435

def target
  @target
end