Class: Virtuozzo::SOAP::Types::Filer::RouteType

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



2006
2007
2008
2009
2010
2011
# File 'lib/virtuozzo/soap/types/filer.rb', line 2006

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.



2001
2002
2003
# File 'lib/virtuozzo/soap/types/filer.rb', line 2001

def director
  @director
end

#hostObject

Returns the value of attribute host.



2002
2003
2004
# File 'lib/virtuozzo/soap/types/filer.rb', line 2002

def host
  @host
end

#indexObject

Returns the value of attribute index.



2003
2004
2005
# File 'lib/virtuozzo/soap/types/filer.rb', line 2003

def index
  @index
end

#targetObject

Returns the value of attribute target.



2004
2005
2006
# File 'lib/virtuozzo/soap/types/filer.rb', line 2004

def target
  @target
end