Class: Virtuozzo::SOAP::Types::Envm::Vzaenvm_configurationType::Timeouts

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

Overview

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

create - SOAP::SOAPInt
operate - SOAP::SOAPInt

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(create = nil, operate = nil) ⇒ Timeouts

Returns a new instance of Timeouts.



2702
2703
2704
2705
# File 'lib/virtuozzo/soap/types/envm.rb', line 2702

def initialize(create = nil, operate = nil)
  @create = create
  @operate = operate
end

Instance Attribute Details

#createObject

Returns the value of attribute create.



2699
2700
2701
# File 'lib/virtuozzo/soap/types/envm.rb', line 2699

def create
  @create
end

#operateObject

Returns the value of attribute operate.



2700
2701
2702
# File 'lib/virtuozzo/soap/types/envm.rb', line 2700

def operate
  @operate
end