Class: Virtuozzo::SOAP::Types::Filer::Set_periodType

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



1946
1947
1948
1949
1950
# File 'lib/virtuozzo/soap/types/filer.rb', line 1946

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.



1942
1943
1944
# File 'lib/virtuozzo/soap/types/filer.rb', line 1942

def collect
  @collect
end

#logObject

Returns the value of attribute log.



1943
1944
1945
# File 'lib/virtuozzo/soap/types/filer.rb', line 1943

def log
  @log
end

#reportObject

Returns the value of attribute report.



1944
1945
1946
# File 'lib/virtuozzo/soap/types/filer.rb', line 1944

def report
  @report
end