Class: Virtuozzo::SOAP::Types::Mailer::Set_periodType

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

Overview

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

collect - SOAP::SOAPInt
log - SOAP::SOAPInt
report - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(collect = nil, log = nil, report = nil) ⇒ Set_periodType

Returns a new instance of Set_periodType.



1848
1849
1850
1851
1852
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1848

def initialize(collect = nil, log = nil, report = nil)
  @collect = collect
  @log = log
  @report = report
end

Instance Attribute Details

#collectObject

Returns the value of attribute collect.



1844
1845
1846
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1844

def collect
  @collect
end

#logObject

Returns the value of attribute log.



1845
1846
1847
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1845

def log
  @log
end

#reportObject

Returns the value of attribute report.



1846
1847
1848
# File 'lib/virtuozzo/soap/types/mailer.rb', line 1846

def report
  @report
end