Class: Virtuozzo::SOAP::Types::Backupm::RouteType

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



2201
2202
2203
2204
2205
2206
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2201

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.



2196
2197
2198
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2196

def director
  @director
end

#hostObject

Returns the value of attribute host.



2197
2198
2199
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2197

def host
  @host
end

#indexObject

Returns the value of attribute index.



2198
2199
2200
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2198

def index
  @index
end

#targetObject

Returns the value of attribute target.



2199
2200
2201
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2199

def target
  @target
end