Class: Virtuozzo::SOAP::Types::ServerGroup::NetworkType

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

Overview

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

id - SOAP::SOAPBase64
description - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, description = nil) ⇒ NetworkType

Returns a new instance of NetworkType.



47
48
49
50
# File 'lib/virtuozzo/soap/types/server_group.rb', line 47

def initialize(id = nil, description = nil)
  @id = id
  @description = description
end

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



45
46
47
# File 'lib/virtuozzo/soap/types/server_group.rb', line 45

def description
  @description
end

#idObject

Returns the value of attribute id.



44
45
46
# File 'lib/virtuozzo/soap/types/server_group.rb', line 44

def id
  @id
end