Class: Virtuozzo::SOAP::Types::Processm::ProcessmType

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 = [], execute = [], kill = [], exec = []) ⇒ ProcessmType

Returns a new instance of ProcessmType.



316
317
318
319
320
321
322
323
# File 'lib/virtuozzo/soap/types/processm.rb', line 316

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

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



309
310
311
# File 'lib/virtuozzo/soap/types/processm.rb', line 309

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



311
312
313
# File 'lib/virtuozzo/soap/types/processm.rb', line 311

def error
  @error
end

#execObject

Returns the value of attribute exec.



314
315
316
# File 'lib/virtuozzo/soap/types/processm.rb', line 314

def exec
  @exec
end

#executeObject

Returns the value of attribute execute.



312
313
314
# File 'lib/virtuozzo/soap/types/processm.rb', line 312

def execute
  @execute
end

#killObject

Returns the value of attribute kill.



313
314
315
# File 'lib/virtuozzo/soap/types/processm.rb', line 313

def kill
  @kill
end

#okObject

Returns the value of attribute ok.



310
311
312
# File 'lib/virtuozzo/soap/types/processm.rb', line 310

def ok
  @ok
end