Method: Twilio::REST::Pricing::V1::PhoneNumberList::CountryContext#inspect

Defined in:
lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb

#inspectObject

Provide a detailed, user friendly representation



176
177
178
179
# File 'lib/twilio-ruby/rest/pricing/v1/phone_number/country.rb', line 176

def inspect
    context = @solution.map{|k, v| "#{k}: #{v}"}.join(',')
    "#<Twilio.Pricing.V1.CountryContext #{context}>"
end