Class: Virtuozzo::SOAP::Types::Relocator::Event_configurationType

Inherits:
ConfigurationType
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/relocator.rb

Overview

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

period - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(period = nil) ⇒ Event_configurationType

Returns a new instance of Event_configurationType.



466
467
468
# File 'lib/virtuozzo/soap/types/relocator.rb', line 466

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

Instance Attribute Details

#periodObject

Returns the value of attribute period.



464
465
466
# File 'lib/virtuozzo/soap/types/relocator.rb', line 464

def period
  @period
end