Sha256: d2c62f5c083f6c9a8c2c1b5c13c7c8a94fef40814590726d365ee0010ff78514
Contents?: true
Size: 727 Bytes
Versions: 2
Compression:
Stored size: 727 Bytes
Contents
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / module Twilio module REST class Preview class Sync < Version ## # Initialize the Sync version of Preview def initialize(domain) super @version = 'Sync' @services = nil end def services(sid=:unset) if sid == :unset @services ||= ServiceList.new self else ServiceContext.new(self, sid) end end ## # Provide a user friendly representation def to_s '<Twilio::REST::Preview::Sync>' end end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
twilio-ruby-5.0.0.rc18 | lib/twilio-ruby/rest/preview/sync.rb |
twilio-ruby-5.0.0.rc17 | lib/twilio-ruby/rest/preview/sync.rb |