class Twilio::REST::Studio::V2::FlowContext::FlowTestUserList

Public Class Methods

new(version, sid: nil) click to toggle source

Initialize the FlowTestUserList @param [Version] version Version that contains the resource @param [String] sid Unique identifier of the flow. @return [FlowTestUserList] FlowTestUserList

Calls superclass method Twilio::REST::ListResource::new
   # File lib/twilio-ruby/rest/studio/v2/flow/test_user.rb
20 def initialize(version, sid: nil)
21   super(version)
22 
23   # Path Solution
24   @solution = {sid: sid}
25 end

Public Instance Methods

to_s() click to toggle source

Provide a user friendly representation

   # File lib/twilio-ruby/rest/studio/v2/flow/test_user.rb
29 def to_s
30   '#<Twilio.Studio.V2.FlowTestUserList>'
31 end