Sha256: c48210160731f3c862797ffb46749c87dd35ed56c55eca845587dfc1ce6e2a9e
Contents?: true
Size: 534 Bytes
Versions: 1
Compression:
Stored size: 534 Bytes
Contents
module Twilio module REST class Accounts < ListResource; end class Account < InstanceResource def initialize(path, client, params={}) super path, client, params resource :sandbox, :available_phone_numbers, :incoming_phone_numbers, :calls, :outgoing_caller_ids, :conferences, :sms, :recordings, :transcriptions, :notifications, :applications, :connect_apps, :authorized_connect_apps, :queues, :usage, :messages, :media, :sip, :tokens end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
twilio-ruby-3.14.2 | lib/twilio-ruby/rest/accounts.rb |