lib/twilio-ruby/rest/wireless/v1.rb in twilio-ruby-5.25.0 vs lib/twilio-ruby/rest/wireless/v1.rb in twilio-ruby-5.25.1

- old
+ new

@@ -15,10 +15,11 @@ def initialize(domain) super @version = 'v1' @commands = nil @rate_plans = nil + @usage_records = nil @sims = nil end ## # @param [String] sid A 34 character string that uniquely identifies this @@ -45,9 +46,15 @@ elsif sid == :unset @rate_plans ||= RatePlanList.new self else RatePlanContext.new(self, sid) end + end + + ## + # @return [Twilio::REST::Wireless::V1::UsageRecordContext] + def usage_records + @usage_records ||= UsageRecordList.new self end ## # @param [String] sid A 34 character string that uniquely identifies this # resource. \ No newline at end of file