Class: Virtuozzo::SOAP::Types::ResLog::Res_log_configurationType::Compress

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

Overview

inner class for member: compress http://www.swsoft.com/webservices/vzl/4.0.0/res_logcompress

interval - SOAP::SOAPInt
offset - SOAP::SOAPInt
duration - SOAP::SOAPInt
period - SOAP::SOAPInt
start_delay - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(interval = nil, offset = nil, duration = nil, period = nil, start_delay = nil) ⇒ Compress

Returns a new instance of Compress.



1962
1963
1964
1965
1966
1967
1968
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1962

def initialize(interval = nil, offset = nil, duration = nil, period = nil, start_delay = nil)
  @interval = interval
  @offset = offset
  @duration = duration
  @period = period
  @start_delay = start_delay
end

Instance Attribute Details

#durationObject

Returns the value of attribute duration.



1958
1959
1960
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1958

def duration
  @duration
end

#intervalObject

Returns the value of attribute interval.



1956
1957
1958
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1956

def interval
  @interval
end

#offsetObject

Returns the value of attribute offset.



1957
1958
1959
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1957

def offset
  @offset
end

#periodObject

Returns the value of attribute period.



1959
1960
1961
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1959

def period
  @period
end

#start_delayObject

Returns the value of attribute start_delay.



1960
1961
1962
# File 'lib/virtuozzo/soap/types/res_log.rb', line 1960

def start_delay
  @start_delay
end