mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Alias the encryption cipher.
This commit is contained in:
parent
da08c6b0fc
commit
4add747ab3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ module Fog
|
|||
attribute :size
|
||||
attribute :claimed
|
||||
attribute :status
|
||||
attribute :encryption_cipher
|
||||
attribute :encryption_cipher, :aliases => 'encryption:cipher'
|
||||
|
||||
def save
|
||||
# TODO
|
||||
|
|
Loading…
Reference in a new issue