Class: Virtuozzo::SOAP::Types::Packagem::VzapackagemType
- Inherits:
-
PackagemType
- Object
- OperatorType
- Operator_functionalType
- PackagemType
- Virtuozzo::SOAP::Types::Packagem::VzapackagemType
- Defined in:
- lib/virtuozzo/soap/types/packagem.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzapackagemvzapackagemType
configuration - Virtuozzo::SOAP::Types::Packagem::ConfigurationType
ok - Virtuozzo::SOAP::Types::Packagem::VzapackagemType::Ok
error - Virtuozzo::SOAP::Types::Packagem::VzapackagemType::Error
install - Virtuozzo::SOAP::Types::Packagem::Install
remove - Virtuozzo::SOAP::Types::Packagem::Remove
update - Virtuozzo::SOAP::Types::Packagem::Update
list - Virtuozzo::SOAP::Types::Packagem::List
get_info - Virtuozzo::SOAP::Types::Packagem::Get_info
clean - Virtuozzo::SOAP::Types::Packagem::Clean
fetch - Virtuozzo::SOAP::Types::Packagem::Fetch
migrate - Virtuozzo::SOAP::Types::Packagem::Migrate
packages - Virtuozzo::SOAP::Types::Packagem::PackagesType
Defined Under Namespace
Instance Attribute Summary collapse
-
#clean ⇒ Object
Returns the value of attribute clean.
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#error ⇒ Object
Returns the value of attribute error.
-
#fetch ⇒ Object
Returns the value of attribute fetch.
-
#get_info ⇒ Object
Returns the value of attribute get_info.
-
#install ⇒ Object
Returns the value of attribute install.
-
#list ⇒ Object
Returns the value of attribute list.
-
#migrate ⇒ Object
Returns the value of attribute migrate.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#packages ⇒ Object
Returns the value of attribute packages.
-
#remove ⇒ Object
Returns the value of attribute remove.
-
#update ⇒ Object
Returns the value of attribute update.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], install = [], remove = [], update = [], list = [], get_info = [], clean = [], fetch = [], migrate = [], packages = []) ⇒ VzapackagemType
constructor
A new instance of VzapackagemType.
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
#clean ⇒ Object
Returns the value of attribute clean.
347 348 349 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 347 def clean @clean end |
#configuration ⇒ Object
Returns the value of attribute configuration.
339 340 341 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 339 def configuration @configuration end |
#error ⇒ Object
Returns the value of attribute error.
341 342 343 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 341 def error @error end |
#fetch ⇒ Object
Returns the value of attribute fetch.
348 349 350 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 348 def fetch @fetch end |
#get_info ⇒ Object
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 |
#install ⇒ Object
Returns the value of attribute install.
342 343 344 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 342 def install @install end |
#list ⇒ Object
Returns the value of attribute list.
345 346 347 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 345 def list @list end |
#migrate ⇒ Object
Returns the value of attribute migrate.
349 350 351 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 349 def migrate @migrate end |
#ok ⇒ Object
Returns the value of attribute ok.
340 341 342 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 340 def ok @ok end |
#packages ⇒ Object
Returns the value of attribute packages.
350 351 352 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 350 def packages @packages end |
#remove ⇒ Object
Returns the value of attribute remove.
343 344 345 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 343 def remove @remove end |
#update ⇒ Object
Returns the value of attribute update.
344 345 346 |
# File 'lib/virtuozzo/soap/types/packagem.rb', line 344 def update @update end |