Class: Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType
- Inherits:
-
Operator_functionalType
- Object
- OperatorType
- Operator_functionalType
- Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb
Overview
http://www.swsoft.com/webservices/vza/4.0.0/vzaup2datevzaup2dateType
configuration - Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType_
ok - Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType::Ok
error - Virtuozzo::SOAP::Drivers::Up2date::Vzaup2dateType::Error
get_config - Virtuozzo::SOAP::Drivers::Up2date::Get_config
set_config - Virtuozzo::SOAP::Drivers::Up2date::Set_config
list - Virtuozzo::SOAP::Drivers::Up2date::List
install - Virtuozzo::SOAP::Drivers::Up2date::Install
uninstall - Virtuozzo::SOAP::Drivers::Up2date::Uninstall
config - Virtuozzo::SOAP::Drivers::Up2date::ConfigurationType
update - Virtuozzo::SOAP::Drivers::Up2date::UpdateType
Defined Under Namespace
Instance Attribute Summary collapse
-
#config ⇒ Object
Returns the value of attribute config.
-
#configuration ⇒ Object
Returns the value of attribute configuration.
-
#error ⇒ Object
Returns the value of attribute error.
-
#get_config ⇒ Object
Returns the value of attribute get_config.
-
#install ⇒ Object
Returns the value of attribute install.
-
#list ⇒ Object
Returns the value of attribute list.
-
#ok ⇒ Object
Returns the value of attribute ok.
-
#set_config ⇒ Object
Returns the value of attribute set_config.
-
#uninstall ⇒ Object
Returns the value of attribute uninstall.
-
#update ⇒ Object
Returns the value of attribute update.
Instance Method Summary collapse
-
#initialize(configuration = nil, ok = [], error = [], get_config = [], set_config = [], list = [], install = [], uninstall = [], config = [], update = []) ⇒ Vzaup2dateType
constructor
A new instance of Vzaup2dateType.
Constructor Details
#initialize(configuration = nil, ok = [], error = [], get_config = [], set_config = [], list = [], install = [], uninstall = [], config = [], update = []) ⇒ Vzaup2dateType
Returns a new instance of Vzaup2dateType.
642 643 644 645 646 647 648 649 650 651 652 653 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 642 def initialize(configuration = nil, ok = [], error = [], get_config = [], set_config = [], list = [], install = [], uninstall = [], config = [], update = []) @configuration = configuration @ok = ok @error = error @get_config = get_config @set_config = set_config @list = list @install = install @uninstall = uninstall @config = config @update = update end |
Instance Attribute Details
#config ⇒ Object
Returns the value of attribute config.
639 640 641 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 639 def config @config end |
#configuration ⇒ Object
Returns the value of attribute configuration.
631 632 633 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 631 def configuration @configuration end |
#error ⇒ Object
Returns the value of attribute error.
633 634 635 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 633 def error @error end |
#get_config ⇒ Object
Returns the value of attribute get_config.
634 635 636 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 634 def get_config @get_config end |
#install ⇒ Object
Returns the value of attribute install.
637 638 639 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 637 def install @install end |
#list ⇒ Object
Returns the value of attribute list.
636 637 638 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 636 def list @list end |
#ok ⇒ Object
Returns the value of attribute ok.
632 633 634 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 632 def ok @ok end |
#set_config ⇒ Object
Returns the value of attribute set_config.
635 636 637 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 635 def set_config @set_config end |
#uninstall ⇒ Object
Returns the value of attribute uninstall.
638 639 640 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 638 def uninstall @uninstall end |
#update ⇒ Object
Returns the value of attribute update.
640 641 642 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 640 def update @update end |