Method: Fog::Compute::Ecloud::ComputePool#edit
- Defined in:
- lib/fog/ecloud/models/compute/compute_pool.rb
permalink #edit(options) ⇒ Object
[View source]
47 48 49 50 51 |
# File 'lib/fog/ecloud/models/compute/compute_pool.rb', line 47 def edit() [:uri] = href data = connection.compute_pool_edit().body pool = collection.from_data(data) end |