1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog/aws/models
Aaron Suggs 10c0b8006c [aws|rds] Allow string or symbol hash keys.
Server#modify and #create_read_replica allow
options to be passed as symbols or strings.

This allows the same hash of attributes to be used
for creating & modifying servers.

For example, the following lines are equivalent:
  server.modify(true, :allocated_storage => 10)
  server.modify(true, 'AllocatedStorage' => 10)
2011-07-30 23:12:29 -04:00
..
auto_scaling [aws|compute] improve model and tests 2011-06-21 22:15:33 +01:00
cloud_watch [aws|autoscaling] metrics#get should return nil when not found 2011-07-21 16:45:50 -05:00
elb [aws|elb] fix listener defaults to use merge_attributes and therefore aliases 2011-07-20 12:08:48 -05:00
rds [aws|rds] Allow string or symbol hash keys. 2011-07-30 23:12:29 -04:00