Class: Virtuozzo::SOAP::Types::Relocator::Redirect_serviceType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/relocator.rb

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzatypesredirect_serviceType

id - SOAP::SOAPString
port - SOAP::SOAPInt
dst - (any)
default - (any)

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, port = nil, dst = nil, default = nil) ⇒ Redirect_serviceType

Returns a new instance of Redirect_serviceType.



2425
2426
2427
2428
2429
2430
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2425

def initialize(id = nil, port = nil, dst = nil, default = nil)
  @id = id
  @port = port
  @dst = dst
  @default = default
end

Instance Attribute Details

#defaultObject

Returns the value of attribute default.



2423
2424
2425
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2423

def default
  @default
end

#dstObject

Returns the value of attribute dst.



2422
2423
2424
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2422

def dst
  @dst
end

#idObject

Returns the value of attribute id.



2420
2421
2422
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2420

def id
  @id
end

#portObject

Returns the value of attribute port.



2421
2422
2423
# File 'lib/virtuozzo/soap/types/relocator.rb', line 2421

def port
  @port
end