Class: Virtuozzo::SOAP::Types::Userm::Event_configurationType
- Inherits:
-
ConfigurationType
- Object
- ConfigurationType
- Virtuozzo::SOAP::Types::Userm::Event_configurationType
- Defined in:
- lib/virtuozzo/soap/types/userm.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.
1930 1931 1932 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1930 def initialize(period = nil) @period = period end |
Instance Attribute Details
#period ⇒ Object
Returns the value of attribute period.
1928 1929 1930 |
# File 'lib/virtuozzo/soap/types/userm.rb', line 1928 def period @period end |