Method: Twilio::REST::ChatBase#initialize
- Defined in:
- lib/twilio-ruby/rest/chat_base.rb
#initialize(twilio) ⇒ ChatBase
Initialize chat domain
19 20 21 22 23 24 25 26 27 |
# File 'lib/twilio-ruby/rest/chat_base.rb', line 19 def initialize(twilio) super(twilio) @base_url = "https://chat.twilio.com" @host = "chat.twilio.com" @port = 443 @v1 = nil @v2 = nil @v3 = nil end |