Class: Virtuozzo::SOAP::Types::Licensem::Licensem_configurationType
- Inherits:
-
Event_configurationType
- Object
- ConfigurationType
- Event_configurationType
- Virtuozzo::SOAP::Types::Licensem::Licensem_configurationType
- 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
-
#period ⇒ Object
Returns the value of attribute period.
Instance Method Summary collapse
-
#initialize(period = nil) ⇒ Licensem_configurationType
constructor
A new instance of Licensem_configurationType.
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
#period ⇒ Object
Returns the value of attribute period.
1975 1976 1977 |
# File 'lib/virtuozzo/soap/types/licensem.rb', line 1975 def period @period end |