lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb in twilio-ruby-5.27.0 vs lib/twilio-ruby/rest/voice/v1/dialing_permissions/country.rb in twilio-ruby-5.27.1
- old
+ new
@@ -30,11 +30,11 @@
# Lists CountryInstance records from the API as a list.
# Unlike stream(), this operation is eager and will load `limit` records into
# memory before returning.
# @param [String] iso_code Filter to retrieve the country permissions by
# specifying the [ISO country
- # code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
+ # code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
# @param [String] continent Filter to retrieve the country permissions by
# specifying the continent
# @param [String] country_code Filter the results by specified [country
# codes](https://www.itu.int/itudoc/itu-t/ob-lists/icc/e164_763.html)
# @param [Boolean] low_risk_numbers_enabled Filter to retrieve the country
@@ -70,11 +70,11 @@
# Streams CountryInstance records from the API as an Enumerable.
# This operation lazily loads records as efficiently as possible until the limit
# is reached.
# @param [String] iso_code Filter to retrieve the country permissions by
# specifying the [ISO country
- # code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
+ # code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
# @param [String] continent Filter to retrieve the country permissions by
# specifying the continent
# @param [String] country_code Filter the results by specified [country
# codes](https://www.itu.int/itudoc/itu-t/ob-lists/icc/e164_763.html)
# @param [Boolean] low_risk_numbers_enabled Filter to retrieve the country
@@ -126,11 +126,11 @@
##
# Retrieve a single page of CountryInstance records from the API.
# Request is executed immediately.
# @param [String] iso_code Filter to retrieve the country permissions by
# specifying the [ISO country
- # code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
+ # code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
# @param [String] continent Filter to retrieve the country permissions by
# specifying the continent
# @param [String] country_code Filter the results by specified [country
# codes](https://www.itu.int/itudoc/itu-t/ob-lists/icc/e164_763.html)
# @param [Boolean] low_risk_numbers_enabled Filter to retrieve the country
@@ -222,11 +222,11 @@
class CountryContext < InstanceContext
##
# Initialize the CountryContext
# @param [Version] version Version that contains the resource
# @param [String] iso_code The [ISO country
- # code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
+ # code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
# @return [CountryContext] CountryContext
def initialize(version, iso_code)
super(version)
# Path Solution
@@ -285,10 +285,10 @@
##
# Initialize the CountryInstance
# @param [Version] version Version that contains the resource
# @param [Hash] payload payload that contains response from Twilio
# @param [String] iso_code The [ISO country
- # code](http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
+ # code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2)
# @return [CountryInstance] CountryInstance
def initialize(version, payload, iso_code: nil)
super(version)
# Marshaled Properties
\ No newline at end of file