Sha256: 8c0ad7d1c1b9e5291f84cbb1ea5633d66939073ea1a7a5f2350ba515a0deaba5
Contents?: true
Size: 360 Bytes
Versions: 28
Compression:
Stored size: 360 Bytes
Contents
module Twilio module REST module Pricing class Numbers < NextGenListResource def initialize(path, client) super @submodule = :Pricing end end class Number < InstanceResource def initialize(path, client) super @submodule = :Pricing end end end end end
Version data entries
28 entries across 28 versions & 1 rubygems