class Restcomm::REST::FeedbackSummary
Public Class Methods
new(path, client)
click to toggle source
# File lib/restcomm-ruby/rest/call_feedback_summary.rb 4 def initialize(path, client) 5 @path, @client = path, client 6 @instance_class = Restcomm::REST::FeedbackSummaryInstance 7 @list_key, @instance_id_key = 'feedback_summary', 'sid' 8 end