Class: Virtuozzo::SOAP::Types::Scheduler::ModType

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



1286
1287
1288
1289
1290
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1286

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

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1282
1283
1284
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1282

def name
  @name
end

#opObject

Returns the value of attribute op.



1284
1285
1286
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1284

def op
  @op
end

#valueObject

Returns the value of attribute value.



1283
1284
1285
# File 'lib/virtuozzo/soap/types/scheduler.rb', line 1283

def value
  @value
end