Skip to content

Commit

Permalink
removing unnecessary max_size method on Queue instance resource
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbenton committed Aug 8, 2012
1 parent 32c8852 commit d1a6f68
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/twilio-ruby/rest/queues.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ def initialize(uri, client, params={})
super uri, client, params
resource :members
end

def max_size(max)
update :max_size => max
end
end
end
end

0 comments on commit d1a6f68

Please sign in to comment.