Class: Virtuozzo::SOAP::Types::ServerGroup::Voc_idType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ServerGroup::Voc_idType
- 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
-
#name ⇒ Object
Returns the value of attribute name.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(name = nil, version = nil) ⇒ Voc_idType
constructor
A new instance of Voc_idType.
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
#name ⇒ Object
Returns the value of attribute name.
57 58 59 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 57 def name @name end |
#version ⇒ Object
Returns the value of attribute version.
58 59 60 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 58 def version @version end |