Sha256: 8407b2811991a1f99538da6a14f1640a77dcb26efbbb674881071cbe1b377a7a
Contents?: true
Size: 675 Bytes
Versions: 5
Compression:
Stored size: 675 Bytes
Contents
## # This code was generated by # \ / _ _ _| _ _ # | (_)\/(_)(_|\/| |(/_ v1.0.0 # / / module Twilio module REST class Fax < Domain ## # Initialize the Fax Domain def initialize(twilio) super @base_url = 'https://fax.twilio.com' @host = 'fax.twilio.com' @port = 443 # Versions @v1 = nil end ## # Version v1 of fax def v1 @v1 ||= V1.new self end def faxes(sid=:unset) self.v1.faxes(sid) end ## # Provide a user friendly representation def to_s '#<Twilio::REST::Fax>' end end end end
Version data entries
5 entries across 5 versions & 1 rubygems