Skip to content

Commit

Permalink
Added sqs.close_connection for issue appoxy#16.
Browse files Browse the repository at this point in the history
  • Loading branch information
Travis Reeder committed Apr 19, 2011
1 parent 9980385 commit 523f78a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/sqs/sqs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ def initialize(aws_access_key_id=nil, aws_secret_access_key=nil, params={})
@interface = SqsInterface.new(aws_access_key_id, aws_secret_access_key, params)
end

def close_connection
@interface.close_connection
end


# Retrieves a list of queues.
# Returns an +array+ of +Queue+ instances.
#
Expand Down

0 comments on commit 523f78a

Please sign in to comment.