lib/twilio-ruby/rest/pricing/v1/voice/country.rb in twilio-ruby-5.9.0 vs lib/twilio-ruby/rest/pricing/v1/voice/country.rb in twilio-ruby-5.10.0
- old
+ new
@@ -214,17 +214,17 @@
end
@instance_context
end
##
- # @return [String] The country
+ # @return [String] Name of the country
def country
@properties['country']
end
##
- # @return [String] The iso_country
+ # @return [String] The ISO country code
def iso_country
@properties['iso_country']
end
##
@@ -238,10 +238,10 @@
def inbound_call_prices
@properties['inbound_call_prices']
end
##
- # @return [String] The price_unit
+ # @return [String] The currency in which prices are measured, in ISO 4127 format (e.g. usd, eur, jpy).
def price_unit
@properties['price_unit']
end
##
\ No newline at end of file