Class: Virtuozzo::SOAP::Types::Up2date::RouteType

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



775
776
777
778
779
780
# File 'lib/virtuozzo/soap/types/up2date.rb', line 775

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.



770
771
772
# File 'lib/virtuozzo/soap/types/up2date.rb', line 770

def director
  @director
end

#hostObject

Returns the value of attribute host.



771
772
773
# File 'lib/virtuozzo/soap/types/up2date.rb', line 771

def host
  @host
end

#indexObject

Returns the value of attribute index.



772
773
774
# File 'lib/virtuozzo/soap/types/up2date.rb', line 772

def index
  @index
end

#targetObject

Returns the value of attribute target.



773
774
775
# File 'lib/virtuozzo/soap/types/up2date.rb', line 773

def target
  @target
end