Class: Virtuozzo::SOAP::Types::Computerm::Connectivity_infoType

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

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/typesconnectivity_infoType

protocol - SOAP::SOAPString
address - SOAP::SOAPString
port - SOAP::SOAPUnsignedInt

Direct Known Subclasses

Connection_infoType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(protocol = nil, address = nil, port = nil) ⇒ Connectivity_infoType

Returns a new instance of Connectivity_infoType.



951
952
953
954
955
# File 'lib/virtuozzo/soap/types/computerm.rb', line 951

def initialize(protocol = nil, address = nil, port = nil)
  @protocol = protocol
  @address = address
  @port = port
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



948
949
950
# File 'lib/virtuozzo/soap/types/computerm.rb', line 948

def address
  @address
end

#portObject

Returns the value of attribute port.



949
950
951
# File 'lib/virtuozzo/soap/types/computerm.rb', line 949

def port
  @port
end

#protocolObject

Returns the value of attribute protocol.



947
948
949
# File 'lib/virtuozzo/soap/types/computerm.rb', line 947

def protocol
  @protocol
end