Method: Twilio::REST::Pricing::V1::PhoneNumberList::CountryContext#to_s
- Defined in:
- lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb
#to_s ⇒ Object
Provide a user friendly representation
169 170 171 172 |
# File 'lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb', line 169 def to_s context = @solution.map{|k, v| "#{k}: #{v}"}.join(',') "#<Twilio.Pricing.V1.CountryContext #{context}>" end |