Class: Virtuozzo::SOAP::Types::ServerGroup::Voc_idType

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_groupvoc_idType

name - SOAP::SOAPString
version - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, version = nil) ⇒ Voc_idType

Returns a new instance of Voc_idType.



60
61
62
63
# File 'lib/virtuozzo/soap/types/server_group.rb', line 60

def initialize(name = nil, version = nil)
  @name = name
  @version = version
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



57
58
59
# File 'lib/virtuozzo/soap/types/server_group.rb', line 57

def name
  @name
end

#versionObject

Returns the value of attribute version.



58
59
60
# File 'lib/virtuozzo/soap/types/server_group.rb', line 58

def version
  @version
end