Class: Virtuozzo::SOAP::Types::PerfMon::ModType

Inherits:
Named_listType show all
Defined in:
lib/virtuozzo/soap/types/perf_mon.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.



1164
1165
1166
1167
1168
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1164

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1160
1161
1162
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1160

def name
  @name
end

#opObject

Returns the value of attribute op.



1162
1163
1164
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1162

def op
  @op
end

#valueObject

Returns the value of attribute value.



1161
1162
1163
# File 'lib/virtuozzo/soap/types/perf_mon.rb', line 1161

def value
  @value
end