From 930e8db9485e8144e4b8b62a522eade8d66bd113 Mon Sep 17 00:00:00 2001 From: sawanoboly Date: Tue, 11 Mar 2014 15:07:56 +0900 Subject: [PATCH] use snake case for size_mb --- lib/fog/sakuracloud/models/volume/archive.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fog/sakuracloud/models/volume/archive.rb b/lib/fog/sakuracloud/models/volume/archive.rb index 3aff77a6f..51e1758a5 100644 --- a/lib/fog/sakuracloud/models/volume/archive.rb +++ b/lib/fog/sakuracloud/models/volume/archive.rb @@ -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