Class: Virtuozzo::SOAP::Types::Licensem::License_eventType
- Inherits:
-
Event_dataType
- Object
- Event_dataType
- Virtuozzo::SOAP::Types::Licensem::License_eventType
- Defined in:
- lib/virtuozzo/soap/types/licensem.rb
Overview
Defined Under Namespace
Classes: License
Instance Attribute Summary collapse
-
#license ⇒ Object
Returns the value of attribute license.
Instance Method Summary collapse
-
#initialize(license = []) ⇒ License_eventType
constructor
A new instance of License_eventType.
Constructor Details
#initialize(license = []) ⇒ License_eventType
Returns a new instance of License_eventType.
1157 1158 1159 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1157 def initialize(license = []) @license = license end |
Instance Attribute Details
#license ⇒ Object
Returns the value of attribute license.
1155 1156 1157 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1155 def license @license end |