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:
parent
c97f1bb816
commit
930e8db948
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ module Fog
|
||||||
|
|
||||||
identity :id, :aliases => 'ID'
|
identity :id, :aliases => 'ID'
|
||||||
attribute :name, :aliases => 'Name'
|
attribute :name, :aliases => 'Name'
|
||||||
attribute :sizemb, :aliases => 'SizeMB'
|
attribute :size_mb, :aliases => 'SizeMB'
|
||||||
attribute :plan, :aliases => 'Plan'
|
attribute :plan, :aliases => 'Plan'
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue