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/rackspace/requests/queues
Ash Wilson 2e872342dc Replace the JSON round-trip with #stringify.
Let's use a proper method to emulate what round-tripping data structures
through the JSON API will do.
2014-01-21 12:06:42 -05:00
..
create_claim.rb Refactor PATH_BASE into a constant. 2014-01-21 09:19:18 -05:00
create_message.rb Replace the JSON round-trip with #stringify. 2014-01-21 12:06:42 -05:00
create_queue.rb Refactor out some common error checking. 2014-01-21 09:19:17 -05:00
delete_claim.rb Similar refactoring for accessing MockClaims. 2014-01-21 09:19:17 -05:00
delete_message.rb Make the delete_message mock consistent. 2014-01-21 09:19:19 -05:00
delete_queue.rb Mock the delete_queue call. 2014-01-21 09:19:16 -05:00
get_claim.rb Missed a chance to use queue.claim!. 2014-01-21 09:36:36 -05:00
get_message.rb Refactor out some common error checking. 2014-01-21 09:19:17 -05:00
get_queue.rb Refactor out some common error checking. 2014-01-21 09:19:17 -05:00
get_queue_stats.rb Include the oldest and newest message in stats. 2014-01-21 09:19:19 -05:00
list_messages.rb Don't use &:to_h style enumerations. 2014-01-21 09:19:19 -05:00
list_queues.rb Refactor PATH_BASE into a constant. 2014-01-21 09:19:18 -05:00
update_claim.rb Similar refactoring for accessing MockClaims. 2014-01-21 09:19:17 -05:00