lib/twilio-ruby/rest/fax.rb in twilio-ruby-5.20.1 vs lib/twilio-ruby/rest/fax.rb in twilio-ruby-5.21.0
- old
+ new
@@ -27,10 +27,11 @@
def v1
@v1 ||= V1.new self
end
##
- # @param [String] sid A 34 character string that uniquely identifies this fax.
+ # @param [String] sid The unique string that we created to identify the Fax
+ # resource.
# @return [Twilio::REST::Fax::V1::FaxInstance] if sid was passed.
# @return [Twilio::REST::Fax::V1::FaxList]
def faxes(sid=:unset)
self.v1.faxes(sid)
end
\ No newline at end of file