lib/twilio-ruby/rest/pricing/v1/messaging/country.rb in twilio-ruby-5.45.1 vs lib/twilio-ruby/rest/pricing/v1/messaging/country.rb in twilio-ruby-5.46.0
- old
+ new
@@ -229,16 +229,16 @@
def iso_country
@properties['iso_country']
end
##
- # @return [String] The list of OutboundSMSPrice records
+ # @return [Array[String]] The list of OutboundSMSPrice records
def outbound_sms_prices
@properties['outbound_sms_prices']
end
##
- # @return [String] The list of InboundPrice records
+ # @return [Array[String]] The list of InboundPrice records
def inbound_sms_prices
@properties['inbound_sms_prices']
end
##
\ No newline at end of file