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

use snake case for size_mb

This commit is contained in:
sawanoboly 2014-03-11 15:07:56 +09:00
parent c97f1bb816
commit 930e8db948

View file

@ -7,7 +7,7 @@ module Fog
identity :id, :aliases => 'ID'
attribute :name, :aliases => 'Name'
attribute :sizemb, :aliases => 'SizeMB'
attribute :size_mb, :aliases => 'SizeMB'
attribute :plan, :aliases => 'Plan'
end