lib/twilio-ruby/rest/wireless/v1.rb in twilio-ruby-5.25.4 vs lib/twilio-ruby/rest/wireless/v1.rb in twilio-ruby-5.26.0

- old
+ new

@@ -20,12 +20,11 @@ @usage_records = nil @sims = nil end ## - # @param [String] sid A 34 character string that uniquely identifies this - # resource. + # @param [String] sid The SID of the Command resource to fetch. # @return [Twilio::REST::Wireless::V1::CommandContext] if sid was passed. # @return [Twilio::REST::Wireless::V1::CommandList] def commands(sid=:unset) if sid.nil? raise ArgumentError, 'sid cannot be nil' @@ -35,12 +34,11 @@ CommandContext.new(self, sid) end end ## - # @param [String] sid A 34 character string that uniquely identifies this - # resource. + # @param [String] sid The SID of the RatePlan resource to fetch. # @return [Twilio::REST::Wireless::V1::RatePlanContext] if sid was passed. # @return [Twilio::REST::Wireless::V1::RatePlanList] def rate_plans(sid=:unset) if sid.nil? raise ArgumentError, 'sid cannot be nil' @@ -56,11 +54,10 @@ def usage_records @usage_records ||= UsageRecordList.new self end ## - # @param [String] sid A 34 character string that uniquely identifies this - # resource. + # @param [String] sid The SID of the Sim resource to fetch. # @return [Twilio::REST::Wireless::V1::SimContext] if sid was passed. # @return [Twilio::REST::Wireless::V1::SimList] def sims(sid=:unset) if sid.nil? raise ArgumentError, 'sid cannot be nil' \ No newline at end of file