Sha256: 6c32405397cab57fc1df622eaa8c2b5f8f104f1e3db68cf03eccefffc418e173
Contents?: true
Size: 725 Bytes
Versions: 14
Compression:
Stored size: 725 Bytes
Contents
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / # # frozen_string_literal: true module Twilio module REST class Voice class V1 < Version ## # Initialize the V1 version of Voice def initialize(domain) super @version = 'v1' @voice_permissions = nil end ## # @return [Twilio::REST::Voice::V1::VoicePermissionContext] def voice_permissions @voice_permissions ||= VoicePermissionList.new self end ## # Provide a user friendly representation def to_s '<Twilio::REST::Voice::V1>' end end end end end
Version data entries
14 entries across 14 versions & 1 rubygems