Class: Virtuozzo::SOAP::Types::Envm::Redirect_serviceType

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



2756
2757
2758
2759
2760
2761
# File 'lib/virtuozzo/soap/types/envm.rb', line 2756

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.



2754
2755
2756
# File 'lib/virtuozzo/soap/types/envm.rb', line 2754

def default
  @default
end

#dstObject

Returns the value of attribute dst.



2753
2754
2755
# File 'lib/virtuozzo/soap/types/envm.rb', line 2753

def dst
  @dst
end

#idObject

Returns the value of attribute id.



2751
2752
2753
# File 'lib/virtuozzo/soap/types/envm.rb', line 2751

def id
  @id
end

#portObject

Returns the value of attribute port.



2752
2753
2754
# File 'lib/virtuozzo/soap/types/envm.rb', line 2752

def port
  @port
end