lib/twilio-ruby/rest/video/v1/room.rb in twilio-ruby-5.20.0 vs lib/twilio-ruby/rest/video/v1/room.rb in twilio-ruby-5.20.1
- old
+ new
@@ -313,9 +313,16 @@
# Provide a user friendly representation
def to_s
context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
"#<Twilio.Video.V1.RoomContext #{context}>"
end
+
+ ##
+ # Provide a detailed, user friendly representation
+ def inspect
+ context = @solution.map {|k, v| "#{k}: #{v}"}.join(',')
+ "#<Twilio.Video.V1.RoomContext #{context}>"
+ end
end
class RoomInstance < InstanceResource
##
# Initialize the RoomInstance
\ No newline at end of file