mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
realized that @activity was actually not used
This commit is contained in:
parent
49f0a4d966
commit
d659003292
1 changed files with 1 additions and 2 deletions
|
@ -16,14 +16,13 @@ module Fog
|
|||
end
|
||||
|
||||
def end_element(name)
|
||||
@activity = {}
|
||||
case name
|
||||
when 'member'
|
||||
@results['ScheduledUpdateGroupActions'] << @scheduled_update_group_action
|
||||
reset_scheduled_update_group_action
|
||||
|
||||
when 'AutoScalingGroupName', 'ScheduledActionARN', 'ScheduledActionName', 'Recurrence'
|
||||
@activity[name] = value
|
||||
@scheduled_update_group_action[name] = value
|
||||
when 'DesiredCapacity', 'MaxSize', 'MinSize'
|
||||
@scheduled_update_group_action[name] = value.to_i
|
||||
when 'Time', 'StartTime', 'EndTime'
|
||||
|
|
Loading…
Add table
Reference in a new issue