lib/twilio-ruby/rest/notify/v1/service/segment.rb in twilio-ruby-5.1.2 vs lib/twilio-ruby/rest/notify/v1/service/segment.rb in twilio-ruby-5.2.0
- old
+ new
@@ -220,9 +220,15 @@
##
# Provide a user friendly representation
def to_s
"<Twilio.Notify.V1.SegmentInstance>"
end
+
+ ##
+ # Provide a detailed, user friendly representation
+ def inspect
+ "<Twilio.Notify.V1.SegmentInstance>"
+ end
end
end
end
end
end
\ No newline at end of file