Class: Virtuozzo::SOAP::Types::Licensem::Install
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Licensem::Install
- Defined in:
- lib/virtuozzo/soap/types/licensem.rb
Overview
Defined Under Namespace
Classes: Options
Instance Attribute Summary collapse
-
#license ⇒ Object
Returns the value of attribute license.
-
#options ⇒ Object
Returns the value of attribute options.
Instance Method Summary collapse
-
#initialize(license = nil, options = nil) ⇒ Install
constructor
A new instance of Install.
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, = nil) @license = license @options = end |
Instance Attribute Details
#license ⇒ Object
Returns the value of attribute license.
2036 2037 2038 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2036 def license @license end |
#options ⇒ Object
Returns the value of attribute options.
2037 2038 2039 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 2037 def @options end |