Method: Fog::Compute::Ecloud::ComputePool#id
- Defined in:
- lib/fog/ecloud/models/compute/compute_pool.rb
permalink #id ⇒ Object
[View source]
53 54 55 |
# File 'lib/fog/ecloud/models/compute/compute_pool.rb', line 53 def id href.scan(/\d+/)[0] end |