Class: Virtuozzo::SOAP::Types::EnvSamplem::RouteType

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



1873
1874
1875
1876
1877
1878
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1873

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.



1868
1869
1870
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1868

def director
  @director
end

#hostObject

Returns the value of attribute host.



1869
1870
1871
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1869

def host
  @host
end

#indexObject

Returns the value of attribute index.



1870
1871
1872
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1870

def index
  @index
end

#targetObject

Returns the value of attribute target.



1871
1872
1873
# File 'lib/virtuozzo/soap/types/env_samplem.rb', line 1871

def target
  @target
end