Class: Twilio::REST::Studio::V2::FlowContext::FlowTestUserList

Inherits:
ListResource
  • Object
show all
Defined in:
lib/twilio-ruby/rest/studio/v2/flow/test_user.rb

Overview

PLEASE NOTE that this class contains beta products that are subject to change. Use them with caution.

Instance Method Summary collapse

Constructor Details

#initialize(version, sid: nil) ⇒ FlowTestUserList

Initialize the FlowTestUserList

Parameters:

  • version (Version)

    Version that contains the resource

  • sid (String) (defaults to: nil)

    The sid



22
23
24
25
26
27
# File 'lib/twilio-ruby/rest/studio/v2/flow/test_user.rb', line 22

def initialize(version, sid: nil)
  super(version)

  # Path Solution
  @solution = {sid: sid}
end

Instance Method Details

#to_sObject

Provide a user friendly representation



31
32
33
# File 'lib/twilio-ruby/rest/studio/v2/flow/test_user.rb', line 31

def to_s
  '#<Twilio.Studio.V2.FlowTestUserList>'
end