Class: Twilio::REST::Studio::V2::FlowContext::FlowTestUserList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Studio::V2::FlowContext::FlowTestUserList
- Defined in:
- lib/twilio-ruby/rest/studio/v2/flow/test_user.rb
Instance Method Summary collapse
-
#initialize(version, sid: nil) ⇒ FlowTestUserList
constructor
Initialize the FlowTestUserList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version, sid: nil) ⇒ FlowTestUserList
Initialize the FlowTestUserList
20 21 22 23 24 25 |
# File 'lib/twilio-ruby/rest/studio/v2/flow/test_user.rb', line 20 def initialize(version, sid: nil) super(version) # Path Solution @solution = {sid: sid} end |
Instance Method Details
#to_s ⇒ Object
Provide a user friendly representation
29 30 31 |
# File 'lib/twilio-ruby/rest/studio/v2/flow/test_user.rb', line 29 def to_s '#<Twilio.Studio.V2.FlowTestUserList>' end |