Class: Virtuozzo::SOAP::Types::ServerGroup::ModType

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

Overview

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

name - SOAP::SOAPString
value - SOAP::SOAPBase64
op - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, value = [], op = nil) ⇒ ModType

Returns a new instance of ModType.



1194
1195
1196
1197
1198
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1194

def initialize(name = nil, value = [], op = nil)
  @name = name
  @value = value
  @op = op
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1190
1191
1192
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1190

def name
  @name
end

#opObject

Returns the value of attribute op.



1192
1193
1194
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1192

def op
  @op
end

#valueObject

Returns the value of attribute value.



1191
1192
1193
# File 'lib/virtuozzo/soap/types/server_group.rb', line 1191

def value
  @value
end