Class: Virtuozzo::SOAP::Types::Authm::RouteType

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



2034
2035
2036
2037
2038
2039
# File 'lib/virtuozzo/soap/types/authm.rb', line 2034

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.



2029
2030
2031
# File 'lib/virtuozzo/soap/types/authm.rb', line 2029

def director
  @director
end

#hostObject

Returns the value of attribute host.



2030
2031
2032
# File 'lib/virtuozzo/soap/types/authm.rb', line 2030

def host
  @host
end

#indexObject

Returns the value of attribute index.



2031
2032
2033
# File 'lib/virtuozzo/soap/types/authm.rb', line 2031

def index
  @index
end

#targetObject

Returns the value of attribute target.



2032
2033
2034
# File 'lib/virtuozzo/soap/types/authm.rb', line 2032

def target
  @target
end