Class: Virtuozzo::SOAP::Types::Mailer::Operator_periodicType

Inherits:
Operator_functionalType show all
Defined in:
lib/virtuozzo/soap/types/mailer.rb

Overview

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

configuration - Virtuozzo::SOAP::Types::Mailer::ConfigurationType
ok - Virtuozzo::SOAP::Types::Mailer::Operator_periodicType::Ok
error - Virtuozzo::SOAP::Types::Mailer::Operator_periodicType::Error
start_monitor - Virtuozzo::SOAP::Types::Mailer::Start_monitorType
stop_monitor - Virtuozzo::SOAP::Types::Mailer::Stop_monitorType
set_period - Virtuozzo::SOAP::Types::Mailer::Set_periodType
report - (any)

Defined Under Namespace

Classes: Error, Ok

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(configuration = nil, ok = [], error = [], start_monitor = nil, stop_monitor = nil, set_period = nil, report = nil) ⇒ Operator_periodicType

Returns a new instance of Operator_periodicType.



1828
1829
1830
1831
1832
1833
1834
1835
1836
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1828

def initialize(configuration = nil, ok = [], error = [], start_monitor = nil, stop_monitor = nil, set_period = nil, report = nil)
  @configuration = configuration
  @ok = ok
  @error = error
  @start_monitor = start_monitor
  @stop_monitor = stop_monitor
  @set_period = set_period
  @report = report
end

Instance Attribute Details

#configurationObject

Returns the value of attribute configuration.



1820
1821
1822
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1820

def configuration
  @configuration
end

#errorObject

Returns the value of attribute error.



1822
1823
1824
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1822

def error
  @error
end

#okObject

Returns the value of attribute ok.



1821
1822
1823
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1821

def ok
  @ok
end

#reportObject

Returns the value of attribute report.



1826
1827
1828
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1826

def report
  @report
end

#set_periodObject

Returns the value of attribute set_period.



1825
1826
1827
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1825

def set_period
  @set_period
end

#start_monitorObject

Returns the value of attribute start_monitor.



1823
1824
1825
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1823

def start_monitor
  @start_monitor
end

#stop_monitorObject

Returns the value of attribute stop_monitor.



1824
1825
1826
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1824

def stop_monitor
  @stop_monitor
end