Class: Virtuozzo::SOAP::Types::Userm::RouteType

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



1907
1908
1909
1910
1911
1912
# File 'lib/virtuozzo/soap/types/userm.rb', line 1907

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.



1902
1903
1904
# File 'lib/virtuozzo/soap/types/userm.rb', line 1902

def director
  @director
end

#hostObject

Returns the value of attribute host.



1903
1904
1905
# File 'lib/virtuozzo/soap/types/userm.rb', line 1903

def host
  @host
end

#indexObject

Returns the value of attribute index.



1904
1905
1906
# File 'lib/virtuozzo/soap/types/userm.rb', line 1904

def index
  @index
end

#targetObject

Returns the value of attribute target.



1905
1906
1907
# File 'lib/virtuozzo/soap/types/userm.rb', line 1905

def target
  @target
end