1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/openstack
Daniel Lobato 7ba3f79224 [Openstack|Volumes] available? check method
available? simply returns whether the volume is being used or its
available. This is convenient for applications using the Fog API to
check if they can use a Volume by calling
```openstack.volumes.select(&:available)```

Renamed to ready?
2014-03-03 20:57:45 +01:00
..
docs Remove trailing whitespace 2014-02-19 12:30:59 +00:00
examples Remove trailing whitespace 2014-02-19 12:30:59 +00:00
models [Openstack|Volumes] available? check method 2014-03-03 20:57:45 +01:00
requests Fix test 2014-02-24 11:00:20 -06:00
CHANGELOG.md Remove trailing whitespace 2014-02-19 12:30:59 +00:00
compute.rb [GH-2711] Replace Fog::Connection with XML shim 2014-02-27 00:54:17 +00:00
core.rb [GH-2711] Replace Fog::Connection with XML shim 2014-02-27 00:54:17 +00:00
identity.rb [GH-2711] Replace Fog::Connection with XML shim 2014-02-27 00:54:17 +00:00
image.rb [GH-2711] Replace Fog::Connection with XML shim 2014-02-27 00:54:17 +00:00
metering.rb [GH-2711] Replace Fog::Connection with XML shim 2014-02-27 00:54:17 +00:00
network.rb [GH-2711] Replace Fog::Connection with XML shim 2014-02-27 00:54:17 +00:00
orchestration.rb [GH-2711] Replace Fog::Connection with XML shim 2014-02-27 00:54:17 +00:00
storage.rb [GH-2711] Replace Fog::Connection with XML shim 2014-02-27 00:54:17 +00:00
volume.rb [GH-2711] Replace Fog::Connection with XML shim 2014-02-27 00:54:17 +00:00