Module: Fog::IBM
- Extended by:
- Provider
- Defined in:
- lib/fog/ibm.rb
Defined Under Namespace
Classes: Connection, Mock
Class Method Summary collapse
-
.timeout ⇒ Object
Provisioning is very slow.
Methods included from Provider
[], extended, service, services
Class Method Details
.timeout ⇒ Object
Provisioning is very slow. We’ll pass this arg explicitly until there’s a way to set the default timeout on a per-provider basis.
14 15 16 |
# File 'lib/fog/ibm.rb', line 14 def self.timeout 1800 end |