Class: Virtuozzo::SOAP::Types::ResLog::Compress::Configuration::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.



2142
2143
2144
2145
2146
2147
2148
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2142

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.



2138
2139
2140
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2138

def duration
  @duration
end

#intervalObject

Returns the value of attribute interval.



2136
2137
2138
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2136

def interval
  @interval
end

#offsetObject

Returns the value of attribute offset.



2137
2138
2139
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2137

def offset
  @offset
end

#periodObject

Returns the value of attribute period.



2139
2140
2141
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2139

def period
  @period
end

#start_delayObject

Returns the value of attribute start_delay.



2140
2141
2142
# File 'lib/virtuozzo/soap/types/res_log.rb', line 2140

def start_delay
  @start_delay
end