Class: Virtuozzo::SOAP::Types::Filer::Filer_configurationType::Timeouts

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

Overview

inner class for member: timeouts http://www.swsoft.com/webservices/vzl/4.0.0/filertimeouts

progress - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(progress = nil) ⇒ Timeouts

Returns a new instance of Timeouts.



2035
2036
2037
# File 'lib/virtuozzo/soap/types/filer.rb', line 2035

def initialize(progress = nil)
  @progress = progress
end

Instance Attribute Details

#progressObject

Returns the value of attribute progress.



2033
2034
2035
# File 'lib/virtuozzo/soap/types/filer.rb', line 2033

def progress
  @progress
end