Sha256: 76f5581533d66cbf1bf6d6e8b43f2cb535c9b32892b35dbade7e44cc007d80e4
Contents?: true
Size: 687 Bytes
Versions: 5
Compression:
Stored size: 687 Bytes
Contents
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / module Twilio module REST class Sync < Domain ## # Initialize the Sync Domain def initialize(twilio) super @base_url = 'https://sync.twilio.com' @host = 'sync.twilio.com' @port = 443 # Versions @v1 = nil end ## # Version v1 of sync def v1 @v1 ||= V1.new self end def services(sid=:unset) self.v1.services(sid) end ## # Provide a user friendly representation def to_s '#<Twilio::REST::Sync>' end end end end
Version data entries
5 entries across 5 versions & 1 rubygems