Class: Virtuozzo::SOAP::Types::Authm::Event_configurationType
- Inherits:
-
ConfigurationType
- Object
- ConfigurationType
- Virtuozzo::SOAP::Types::Authm::Event_configurationType
- Defined in:
- lib/virtuozzo/soap/types/authm.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.
2070 2071 2072 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2070 def initialize(period = nil) @period = period end |
Instance Attribute Details
#period ⇒ Object
Returns the value of attribute period.
2068 2069 2070 |
# File 'lib/virtuozzo/soap/types/authm.rb', line 2068 def period @period end |