lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb in twilio-ruby-5.0.0.rc4 vs lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb in twilio-ruby-5.0.0.rc5

- old
+ new

@@ -107,21 +107,9 @@ ) return CountryPage.new(@version, response, @solution) end ## - # Constructs a CountryContext - # @param [String] iso_country The iso_country - - # @return [CountryContext] CountryContext - def get(iso_country) - CountryContext.new( - @version, - iso_country: iso_country, - ) - end - - ## # Provide a user friendly representation def to_s '#<Twilio.Pricing.V1.CountryList>' end end \ No newline at end of file