Sha256: b47f9d71e0e1cee01c715238c7d26264c25ebc6f5ee1976b6c60bbe656f88bf5
Contents?: true
Size: 741 Bytes
Versions: 7
Compression:
Stored size: 741 Bytes
Contents
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / module Twilio module REST class Lookups class V1 < Version ## # Initialize the V1 version of Lookups def initialize(domain) super @version = 'v1' @phone_numbers = nil end def phone_numbers(sid=:unset) if sid == :unset @phone_numbers ||= PhoneNumberList.new self else PhoneNumberContext.new(self, sid) end end ## # Provide a user friendly representation def to_s #<Twilio::REST::Lookups::V1> end end end end end
Version data entries
7 entries across 7 versions & 1 rubygems