lib/twilio-ruby/rest/pricing/v1/voice.rb in twilio-ruby-5.1.2 vs lib/twilio-ruby/rest/pricing/v1/voice.rb in twilio-ruby-5.2.0
- old
+ new
@@ -141,9 +141,15 @@
##
# Provide a user friendly representation
def to_s
"<Twilio.Pricing.V1.VoiceInstance>"
end
+
+ ##
+ # Provide a detailed, user friendly representation
+ def inspect
+ "<Twilio.Pricing.V1.VoiceInstance>"
+ end
end
end
end
end
end
\ No newline at end of file