lib/twilio-ruby/rest/pricing/v2/voice/country.rb in twilio-ruby-5.20.0 vs lib/twilio-ruby/rest/pricing/v2/voice/country.rb in twilio-ruby-5.20.1
- old
+ new
@@ -176,9 +176,16 @@
# Provide a user friendly representation
def to_s
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
"#<Twilio.Pricing.V2.CountryContext #{context}>"
end
+
+ ##
+ # Provide a detailed, user friendly representation
+ def inspect
+ context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
+ "#<Twilio.Pricing.V2.CountryContext #{context}>"
+ end
end
class CountryInstance < InstanceResource
##
# Initialize the CountryInstance
\ No newline at end of file