lib/twilio-ruby/rest/pricing/v2/voice/country.rb in twilio-ruby-5.27.0 vs lib/twilio-ruby/rest/pricing/v2/voice/country.rb in twilio-ruby-5.27.1
- old
+ new
@@ -145,12 +145,12 @@
class CountryContext < InstanceContext
##
# Initialize the CountryContext
# @param [Version] version Version that contains the resource
# @param [String] iso_country The [ISO country
- # code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based voice
- # pricing information to fetch.
+ # code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based
+ # voice pricing information to fetch.
# @return [CountryContext] CountryContext
def initialize(version, iso_country)
super(version)
# Path Solution
@@ -192,11 +192,11 @@
##
# Initialize the CountryInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
# @param [String] iso_country The [ISO country
- # code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based voice
- # pricing information to fetch.
+ # code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based
+ # voice pricing information to fetch.
# @return [CountryInstance] CountryInstance
def initialize(version, payload, iso_country: nil)
super(version)
# Marshaled Properties
\ No newline at end of file