Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
refs #9429, RightAws: Issue 53: regression in latest master version o…
…f right_rds_interface
  • Loading branch information
konstantin committed Jun 22, 2011
1 parent 740c54f commit 0171b9e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/rds/right_rds_interface.rb
Expand Up @@ -1157,6 +1157,8 @@ def tagend(name)
when 'Description' then @item[:description] = @text
when 'IsModifiable' then @item[:is_modifiable] = (@text == 'true')
when 'ApplyType' then @item[:apply_type] = @text
when 'ApplyMethod' then @item[:apply_method] = @text
when 'MinimumEngineVersion' then @item[:minimum_engine_version] = @text
when 'AllowedValues' then @item[:allowed_values] = @text
when 'ParameterName' then @item[:name] = @text
when 'ParameterValue' then @item[:value] = @text
Expand Down

0 comments on commit 0171b9e

Please sign in to comment.