Class: Virtuozzo::SOAP::Types::Support::Redirect_serviceType

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



2384
2385
2386
2387
2388
2389
# File 'lib/virtuozzo/soap/types/support.rb', line 2384

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.



2382
2383
2384
# File 'lib/virtuozzo/soap/types/support.rb', line 2382

def default
  @default
end

#dstObject

Returns the value of attribute dst.



2381
2382
2383
# File 'lib/virtuozzo/soap/types/support.rb', line 2381

def dst
  @dst
end

#idObject

Returns the value of attribute id.



2379
2380
2381
# File 'lib/virtuozzo/soap/types/support.rb', line 2379

def id
  @id
end

#portObject

Returns the value of attribute port.



2380
2381
2382
# File 'lib/virtuozzo/soap/types/support.rb', line 2380

def port
  @port
end