Skip to content

Commit

Permalink
consolidating classes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbenton committed Aug 6, 2011
1 parent 2a40db3 commit 9835c28
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 45 deletions.
5 changes: 2 additions & 3 deletions lib/twilio-ruby.rb
Expand Up @@ -15,10 +15,9 @@
require 'twilio-ruby/rest/utils'
require 'twilio-ruby/rest/list_resource'
require 'twilio-ruby/rest/instance_resource'
require 'twilio-ruby/rest/sandbox/sandbox'
require 'twilio-ruby/rest/sandbox'
require 'twilio-ruby/rest/accounts'
require 'twilio-ruby/rest/calls/call'
require 'twilio-ruby/rest/calls/calls'
require 'twilio-ruby/rest/calls'
require 'twilio-ruby/rest/sms/sms'
require 'twilio-ruby/rest/sms/message'
require 'twilio-ruby/rest/sms/messages'
Expand Down
@@ -1,5 +1,6 @@
module Twilio
module REST
class Applications < ListResource; end
class Application < InstanceResource; end
end
end
5 changes: 0 additions & 5 deletions lib/twilio-ruby/rest/applications/applications.rb

This file was deleted.

22 changes: 0 additions & 22 deletions lib/twilio-ruby/rest/calls/call.rb

This file was deleted.

10 changes: 0 additions & 10 deletions lib/twilio-ruby/rest/calls/calls.rb

This file was deleted.

5 changes: 0 additions & 5 deletions lib/twilio-ruby/rest/sandbox/sandbox.rb

This file was deleted.

0 comments on commit 9835c28

Please sign in to comment.