Sha256: 88bd417f1d8caa6d10bde263b6fdd08d014e0b301ee9887c4f2c26f5acd2c7d8
Contents?: true
Size: 252 Bytes
Versions: 4
Compression:
Stored size: 252 Bytes
Contents
# frozen_string_literal: true module TwilioBase module Fake module Sync class Client def v1 self end def services(sid = nil) Fake::Sync::Service.new(sid) end end end end end
Version data entries
4 entries across 4 versions & 1 rubygems