Class: Virtuozzo::SOAP::Types::ServerGroup::NetworkType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::ServerGroup::NetworkType
- 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
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
Instance Method Summary collapse
-
#initialize(id = nil, description = nil) ⇒ NetworkType
constructor
A new instance of NetworkType.
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
#description ⇒ Object
Returns the value of attribute description.
45 46 47 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 45 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
44 45 46 |
# File 'lib/virtuozzo/soap/types/server_group.rb', line 44 def id @id end |