Class: Virtuozzo::SOAP::Types::Licensem::Licensem_configurationType

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

Overview

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

period - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(period = nil) ⇒ Licensem_configurationType

Returns a new instance of Licensem_configurationType.



1977
1978
1979
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1977

def initialize(period = nil)
  @period = period
end

Instance Attribute Details

#periodObject

Returns the value of attribute period.



1975
1976
1977
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1975

def period
  @period
end