Class: Virtuozzo::SOAP::Types::Licensem::Install

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

Overview

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

license - SOAP::SOAPString
options - Virtuozzo::SOAP::Types::Licensem::Install::Options

Defined Under Namespace

Classes: Options

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(license = nil, options = nil) ⇒ Install

Returns a new instance of Install.



2039
2040
2041
2042
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2039

def initialize(license = nil, options = nil)
  @license = license
  @options = options
end

Instance Attribute Details

#licenseObject

Returns the value of attribute license.



2036
2037
2038
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2036

def license
  @license
end

#optionsObject

Returns the value of attribute options.



2037
2038
2039
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2037

def options
  @options
end