Class: Virtuozzo::SOAP::Types::Processm::VzaprocessmType

Inherits:
Operator_functionalType show all
Defined in:
lib/virtuozzo/soap/types/processm.rb

Overview

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], kill = []) ⇒ VzaprocessmType

Returns a new instance of VzaprocessmType.



221
222
223
224
225
226
# File 'lib/virtuozzo/soap/types/processm.rb', line 221

def initialize(configuration = nil, ok = [], error = [], kill = [])
  @configuration = configuration
  @ok = ok
  @error = error
  @kill = kill
end

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



216
217
218
# File 'lib/virtuozzo/soap/types/processm.rb', line 216

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



218
219
220
# File 'lib/virtuozzo/soap/types/processm.rb', line 218

def error
  @error
end

#killObject

Returns the value of attribute kill.



219
220
221
# File 'lib/virtuozzo/soap/types/processm.rb', line 219

def kill
  @kill
end

#okObject

Returns the value of attribute ok.



217
218
219
# File 'lib/virtuozzo/soap/types/processm.rb', line 217

def ok
  @ok
end