Class: Virtuozzo::SOAP::Types::ProcInfo::Set_periodType

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/proc_info.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.



1910
1911
1912
1913
1914
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1910

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.



1906
1907
1908
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1906

def collect
  @collect
end

#logObject

Returns the value of attribute log.



1907
1908
1909
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1907

def log
  @log
end

#reportObject

Returns the value of attribute report.



1908
1909
1910
# File 'lib/virtuozzo/soap/types/proc_info.rb', line 1908

def report
  @report
end