Class: Virtuozzo::SOAP::Types::Licensem::License_eventType

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

Overview

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

license - Virtuozzo::SOAP::Types::Licensem::License_eventType::License

Defined Under Namespace

Classes: License

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#licenseObject

Returns the value of attribute license.



1155
1156
1157
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1155

def license
  @license
end