Method: Virtuozzo::SOAP::Types::Template::PackagemType#initialize
- Defined in:
- lib/virtuozzo/soap/types/template.rb
#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/template.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 |