1
0
Fork 0
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:
Sean Handley 2012-04-27 14:55:06 +01:00
parent da08c6b0fc
commit 4add747ab3

View file

@ -13,7 +13,7 @@ module Fog
attribute :size attribute :size
attribute :claimed attribute :claimed
attribute :status attribute :status
attribute :encryption_cipher attribute :encryption_cipher, :aliases => 'encryption:cipher'
def save def save
# TODO # TODO