Method: Fog::Compute::Ecloud::ApiKeys#all
- Defined in:
- lib/fog/ecloud/models/compute/api_keys.rb
#all ⇒ Object
12 13 14 15 |
# File 'lib/fog/ecloud/models/compute/api_keys.rb', line 12 def all data = connection.get_api_keys(href).body load(data) end |