lib/twilio-ruby/rest/pricing/v2/voice/country.rb in twilio-ruby-5.40.3 vs lib/twilio-ruby/rest/pricing/v2/voice/country.rb in twilio-ruby-5.40.4
- old
+ new
@@ -142,12 +142,12 @@
class CountryContext < InstanceContext
##
# Initialize the CountryContext
# @param [Version] version Version that contains the resource
- # @param [String] iso_country The [ISO country
- # code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based
+ # @param [String] iso_country The {ISO country
+ # 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)
@@ -183,11 +183,11 @@
class CountryInstance < InstanceResource
##
# 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](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the origin-based
+ # @param [String] iso_country The {ISO country
+ # 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)
\ No newline at end of file