Class: Virtuozzo::SOAP::Types::Packagem::VzapackagemType

Inherits:
PackagemType show all
Defined in:
lib/virtuozzo/soap/types/packagem.rb

Overview

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], install = [], remove = [], update = [], list = [], get_info = [], clean = [], fetch = [], migrate = [], packages = []) ⇒ VzapackagemType

Returns a new instance of VzapackagemType.



352
353
354
355
356
357
358
359
360
361
362
363
364
365
# File 'lib/virtuozzo/soap/types/packagem.rb', line 352

def initialize(configuration = nil, ok = [], error = [], install = [], remove = [], update = [], list = [], get_info = [], clean = [], fetch = [], migrate = [], packages = [])
  @configuration = configuration
  @ok = ok
  @error = error
  @install = install
  @remove = remove
  @update = update
  @list = list
  @get_info = get_info
  @clean = clean
  @fetch = fetch
  @migrate = migrate
  @packages = packages
end

Instance Attribute Details

#cleanObject

Returns the value of attribute clean.



347
348
349
# File 'lib/virtuozzo/soap/types/packagem.rb', line 347

def clean
  @clean
end

#configurationObject

Returns the value of attribute configuration.



339
340
341
# File 'lib/virtuozzo/soap/types/packagem.rb', line 339

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



341
342
343
# File 'lib/virtuozzo/soap/types/packagem.rb', line 341

def error
  @error
end

#fetchObject

Returns the value of attribute fetch.



348
349
350
# File 'lib/virtuozzo/soap/types/packagem.rb', line 348

def fetch
  @fetch
end

#get_infoObject

Returns the value of attribute get_info.



346
347
348
# File 'lib/virtuozzo/soap/types/packagem.rb', line 346

def get_info
  @get_info
end

#installObject

Returns the value of attribute install.



342
343
344
# File 'lib/virtuozzo/soap/types/packagem.rb', line 342

def install
  @install
end

#listObject

Returns the value of attribute list.



345
346
347
# File 'lib/virtuozzo/soap/types/packagem.rb', line 345

def list
  @list
end

#migrateObject

Returns the value of attribute migrate.



349
350
351
# File 'lib/virtuozzo/soap/types/packagem.rb', line 349

def migrate
  @migrate
end

#okObject

Returns the value of attribute ok.



340
341
342
# File 'lib/virtuozzo/soap/types/packagem.rb', line 340

def ok
  @ok
end

#packagesObject

Returns the value of attribute packages.



350
351
352
# File 'lib/virtuozzo/soap/types/packagem.rb', line 350

def packages
  @packages
end

#removeObject

Returns the value of attribute remove.



343
344
345
# File 'lib/virtuozzo/soap/types/packagem.rb', line 343

def remove
  @remove
end

#updateObject

Returns the value of attribute update.



344
345
346
# File 'lib/virtuozzo/soap/types/packagem.rb', line 344

def update
  @update
end