mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
10c0b8006c
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) |
||
---|---|---|
.. | ||
models | ||
requests | ||
signed_params_tests.rb |