Class: Virtuozzo::SOAP::Types::Up2date::Vzaup2dateType

Inherits:
Operator_functionalType show all
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

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#configObject

Returns the value of attribute config.



639
640
641
# File 'lib/virtuozzo/soap/types/up2date.rb', line 639

def config
  @config
end

#configurationObject

Returns the value of attribute configuration.



631
632
633
# File 'lib/virtuozzo/soap/types/up2date.rb', line 631

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



633
634
635
# File 'lib/virtuozzo/soap/types/up2date.rb', line 633

def error
  @error
end

#get_configObject

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

#installObject

Returns the value of attribute install.



637
638
639
# File 'lib/virtuozzo/soap/types/up2date.rb', line 637

def install
  @install
end

#listObject

Returns the value of attribute list.



636
637
638
# File 'lib/virtuozzo/soap/types/up2date.rb', line 636

def list
  @list
end

#okObject

Returns the value of attribute ok.



632
633
634
# File 'lib/virtuozzo/soap/types/up2date.rb', line 632

def ok
  @ok
end

#set_configObject

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

#uninstallObject

Returns the value of attribute uninstall.



638
639
640
# File 'lib/virtuozzo/soap/types/up2date.rb', line 638

def uninstall
  @uninstall
end

#updateObject

Returns the value of attribute update.



640
641
642
# File 'lib/virtuozzo/soap/types/up2date.rb', line 640

def update
  @update
end