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:
parent
78165031ba
commit
553648727e
2 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||
|
|
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue