Sha256: 577ff9f0ced08ad78c238dd034a7605c4f6f6fa0cde0b73b35d98bd1c46b68a1
Contents?: true
Size: 775 Bytes
Versions: 3
Compression:
Stored size: 775 Bytes
Contents
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / module Twilio module REST class Conversations < Domain ## # Initialize the Conversations Domain def initialize(twilio) super @base_url = 'https://conversations.twilio.com' @host = 'conversations.twilio.com' @port = 443 # Versions @v1 = nil end ## # Version v1 of conversations def v1 @v1 ||= V1.new self end def conversations self.v1.conversations end ## # Provide a user friendly representation def to_s '#<Twilio::REST::Conversations>' end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
twilio-ruby-5.0.0.rc4 | lib/twilio-ruby/rest/conversations.rb |
twilio-ruby-5.0.0.rc3 | lib/twilio-ruby/rest/conversations.rb |
twilio-ruby-5.0.0.rc2 | lib/twilio-ruby/rest/conversations.rb |