Class: Virtuozzo::SOAP::Types::Envm::Determine_env::Link

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

Overview

inner class for member: link http://www.swsoft.com/webservices/vza/4.0.0/vzaenvmlink

ip - (any)
port - SOAP::SOAPInt
client_ip - (any)
client_port - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ip = nil, port = nil, client_ip = nil, client_port = nil) ⇒ Link

Returns a new instance of Link.



2893
2894
2895
2896
2897
2898
# File 'lib/virtuozzo/soap/types/envm.rb', line 2893

def initialize(ip = nil, port = nil, client_ip = nil, client_port = nil)
  @ip = ip
  @port = port
  @client_ip = client_ip
  @client_port = client_port
end

Instance Attribute Details

#client_ipObject

Returns the value of attribute client_ip.



2890
2891
2892
# File 'lib/virtuozzo/soap/types/envm.rb', line 2890

def client_ip
  @client_ip
end

#client_portObject

Returns the value of attribute client_port.



2891
2892
2893
# File 'lib/virtuozzo/soap/types/envm.rb', line 2891

def client_port
  @client_port
end

#ipObject

Returns the value of attribute ip.



2888
2889
2890
# File 'lib/virtuozzo/soap/types/envm.rb', line 2888

def ip
  @ip
end

#portObject

Returns the value of attribute port.



2889
2890
2891
# File 'lib/virtuozzo/soap/types/envm.rb', line 2889

def port
  @port
end