Method: Twilio::REST::Client#conversations
- Defined in:
- lib/twilio-ruby/rest/client.rb
#conversations ⇒ Object
Access the Conversations Twilio Domain
51 52 53 |
# File 'lib/twilio-ruby/rest/client.rb', line 51 def conversations @conversations ||= Conversations.new self end |