Class: Virtuozzo::SOAP::Types::Packagem::Pkg_setup_cmdType

Inherits:
Pkg_paramsType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/packagem.rb

Overview

http://www.swsoft.com/webservices/vzl/4.0.0/packagempkg_setup_cmdType

eid - (any)
installation_package - Virtuozzo::SOAP::Types::Packagem::Pkg_setup_cmdType::Installation_package
options - Virtuozzo::SOAP::Types::Packagem::Pkg_setup_cmdType::Options

Direct Known Subclasses

Install, Update

Defined Under Namespace

Classes: Installation_package, Options

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(eid = nil, installation_package = [], options = nil) ⇒ Pkg_setup_cmdType

Returns a new instance of Pkg_setup_cmdType.



2574
2575
2576
2577
2578
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2574

def initialize(eid = nil, installation_package = [], options = nil)
  @eid = eid
  @installation_package = installation_package
  @options = options
end

Instance Attribute Details

#eidObject

Returns the value of attribute eid.



2570
2571
2572
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2570

def eid
  @eid
end

#installation_packageObject

Returns the value of attribute installation_package.



2571
2572
2573
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2571

def installation_package
  @installation_package
end

#optionsObject

Returns the value of attribute options.



2572
2573
2574
# File 'lib/virtuozzo/soap/types/packagem.rb', line 2572

def options
  @options
end