Class: Virtuozzo::SOAP::Types::Devm::Redirect_serviceType

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



2458
2459
2460
2461
2462
2463
# File 'lib/virtuozzo/soap/types/devm.rb', line 2458

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.



2456
2457
2458
# File 'lib/virtuozzo/soap/types/devm.rb', line 2456

def default
  @default
end

#dstObject

Returns the value of attribute dst.



2455
2456
2457
# File 'lib/virtuozzo/soap/types/devm.rb', line 2455

def dst
  @dst
end

#idObject

Returns the value of attribute id.



2453
2454
2455
# File 'lib/virtuozzo/soap/types/devm.rb', line 2453

def id
  @id
end

#portObject

Returns the value of attribute port.



2454
2455
2456
# File 'lib/virtuozzo/soap/types/devm.rb', line 2454

def port
  @port
end