Skip to content

Commit

Permalink
chore: removing preview_messaging reference (#720)
Browse files Browse the repository at this point in the history
* chore: removing reference from client

* Delete lib/twilio-ruby/rest/preview_messaging/v1.rb

* Delete lib/twilio-ruby/rest/preview_messaging directory

* Delete lib/twilio-ruby/rest/preview_messaging.rb

* Delete lib/twilio-ruby/rest/preview_messaging_base.rb
  • Loading branch information
tiwarishubham635 committed May 15, 2024
1 parent 77fac6d commit 001b4fe
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 500 deletions.
5 changes: 0 additions & 5 deletions lib/twilio-ruby/rest/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ def lookups
@lookups ||= Lookups.new self
end
##
# Access the PreviewMessaging Twilio Domain
def preview_messaging
@preview_messaging ||= PreviewMessaging.new self
end
##
# Access the Messaging Twilio Domain
def messaging
@messaging ||= Messaging.new self
Expand Down
12 changes: 0 additions & 12 deletions lib/twilio-ruby/rest/preview_messaging.rb

This file was deleted.

46 changes: 0 additions & 46 deletions lib/twilio-ruby/rest/preview_messaging/v1.rb

This file was deleted.

164 changes: 0 additions & 164 deletions lib/twilio-ruby/rest/preview_messaging/v1/broadcast.rb

This file was deleted.

0 comments on commit 001b4fe

Please sign in to comment.