Class: Virtuozzo::SOAP::Types::Computerm::Computerm_configurationType
- Inherits:
-
ConfigurationType
- Object
- ConfigurationType
- Virtuozzo::SOAP::Types::Computerm::Computerm_configurationType
- Defined in:
- lib/virtuozzo/soap/types/computerm.rb
Overview
Defined Under Namespace
Classes: Timeouts
Instance Attribute Summary collapse
-
#timeouts ⇒ Object
Returns the value of attribute timeouts.
Instance Method Summary collapse
-
#initialize(timeouts = nil) ⇒ Computerm_configurationType
constructor
A new instance of Computerm_configurationType.
Constructor Details
#initialize(timeouts = nil) ⇒ Computerm_configurationType
Returns a new instance of Computerm_configurationType.
1990 1991 1992 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1990 def initialize(timeouts = nil) @timeouts = timeouts end |
Instance Attribute Details
#timeouts ⇒ Object
Returns the value of attribute timeouts.
1988 1989 1990 |
# File 'lib/virtuozzo/soap/types/computerm.rb', line 1988 def timeouts @timeouts end |