1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

Minor fix to the inline help.

This commit is contained in:
Rupak Ganguly 2012-08-02 18:58:33 -04:00
parent 78165031ba
commit 553648727e
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ module Fog
# * 'displayDescription'<~String>: - Description of the snapshot
# * 'size'<~Integer>: - Size in GB for the snapshot
# * 'status'<~String>: - Status of the snapshot i.e. "creating"
# * 'volumeId'<~String>: - Id of the volume from which the snapshot was created
# * 'volumeId'<~Integer>: - Id of the volume from which the snapshot was created
# * 'createdAt'<~String>: - Timestamp in UTC when snapshot was created
def create_snapshot(name, description, volume_id, options={})
data = {

View file

@ -17,7 +17,7 @@ module Fog
# * 'displayDescription'<~String>: - Description of the snapshot
# * 'size'<~Integer>: - Size in GB for the snapshot
# * 'status'<~String>: - Status of the snapshot i.e. "available"
# * 'volumeId'<~String>: - Id of the volume from which the snapshot was created
# * 'volumeId'<~Integer>: - Id of the volume from which the snapshot was created
# * 'createdAt'<~String>: - Timestamp in UTC when volume was created
def list_snapshots
response = request(