Class: Virtuozzo::SOAP::Types::Processm::Redirect_serviceType

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



2375
2376
2377
2378
2379
2380
# File 'lib/virtuozzo/soap/types/processm.rb', line 2375

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.



2373
2374
2375
# File 'lib/virtuozzo/soap/types/processm.rb', line 2373

def default
  @default
end

#dstObject

Returns the value of attribute dst.



2372
2373
2374
# File 'lib/virtuozzo/soap/types/processm.rb', line 2372

def dst
  @dst
end

#idObject

Returns the value of attribute id.



2370
2371
2372
# File 'lib/virtuozzo/soap/types/processm.rb', line 2370

def id
  @id
end

#portObject

Returns the value of attribute port.



2371
2372
2373
# File 'lib/virtuozzo/soap/types/processm.rb', line 2371

def port
  @port
end