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

fixed some whitespace issues in auto_scaling tests. Fixed auto_scaling tests formats.

This commit is contained in:
Eric Stonfer 2012-02-22 21:19:32 -05:00
parent d659003292
commit 4e218663b1
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@ module Fog
attribute :auto_scaling_group_name, :aliases => 'AutoScalingGroupName'
attribute :cause, :aliases => 'Cause'
attribute :description, :aliases => 'Description'
attribute :end_time, :aliases => 'EndTime'
attribute :end_time, :aliases => 'EndTime'
attribute :progress, :aliases => 'Progress'
attribute :start_time, :aliases => 'StartTime'
attribute :status_code, :aliases => 'StatusCode'

View file

@ -13,13 +13,13 @@ class AWS
ACTIVITY = {
'ActivityId' => String,
'AutoScalingGroupName' => String,
'Cause' => String,
'Cause' => Fog::Nullable::String,
'Description' => String,
'EndTime' => Time,
'Progress' => Integer,
'StartTime' => Time,
'StatusCode' => String,
'StatusMessage' => String
'StatusMessage' => Fog::Nullable::String
}
ALARM = {