Class: Virtuozzo::SOAP::Types::Up2date::Event_configurationType
- Inherits:
-
ConfigurationType_
- Object
- ConfigurationType_
- Virtuozzo::SOAP::Types::Up2date::Event_configurationType
- Defined in:
- lib/virtuozzo/soap/types/up2date.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/protocolevent_configurationType
period - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#period ⇒ Object
Returns the value of attribute period.
Instance Method Summary collapse
-
#initialize(period = nil) ⇒ Event_configurationType
constructor
A new instance of Event_configurationType.
Constructor Details
#initialize(period = nil) ⇒ Event_configurationType
Returns a new instance of Event_configurationType.
808 809 810 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 808 def initialize(period = nil) @period = period end |
Instance Attribute Details
#period ⇒ Object
Returns the value of attribute period.
806 807 808 |
# File 'lib/virtuozzo/soap/types/up2date.rb', line 806 def period @period end |