Class: Virtuozzo::SOAP::Types::Packagem::PackagemType

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

Overview

Direct Known Subclasses

VzapackagemType

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 = []) ⇒ PackagemType

Returns a new instance of PackagemType.



287
288
289
290
291
292
293
294
295
296
297
298
299
300
# File 'lib/virtuozzo/soap/types/packagem.rb', line 287

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.



282
283
284
# File 'lib/virtuozzo/soap/types/packagem.rb', line 282

def clean
  @clean
end

#configurationObject

Returns the value of attribute configuration.



274
275
276
# File 'lib/virtuozzo/soap/types/packagem.rb', line 274

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



276
277
278
# File 'lib/virtuozzo/soap/types/packagem.rb', line 276

def error
  @error
end

#fetchObject

Returns the value of attribute fetch.



283
284
285
# File 'lib/virtuozzo/soap/types/packagem.rb', line 283

def fetch
  @fetch
end

#get_infoObject

Returns the value of attribute get_info.



281
282
283
# File 'lib/virtuozzo/soap/types/packagem.rb', line 281

def get_info
  @get_info
end

#installObject

Returns the value of attribute install.



277
278
279
# File 'lib/virtuozzo/soap/types/packagem.rb', line 277

def install
  @install
end

#listObject

Returns the value of attribute list.



280
281
282
# File 'lib/virtuozzo/soap/types/packagem.rb', line 280

def list
  @list
end

#migrateObject

Returns the value of attribute migrate.



284
285
286
# File 'lib/virtuozzo/soap/types/packagem.rb', line 284

def migrate
  @migrate
end

#okObject

Returns the value of attribute ok.



275
276
277
# File 'lib/virtuozzo/soap/types/packagem.rb', line 275

def ok
  @ok
end

#packagesObject

Returns the value of attribute packages.



285
286
287
# File 'lib/virtuozzo/soap/types/packagem.rb', line 285

def packages
  @packages
end

#removeObject

Returns the value of attribute remove.



278
279
280
# File 'lib/virtuozzo/soap/types/packagem.rb', line 278

def remove
  @remove
end

#updateObject

Returns the value of attribute update.



279
280
281
# File 'lib/virtuozzo/soap/types/packagem.rb', line 279

def update
  @update
end