class Twilio::REST::FrontlineApi::V1::UserList

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

Public Class Methods

new(version) click to toggle source

Initialize the UserList @param [Version] version Version that contains the resource @return [UserList] UserList

Calls superclass method Twilio::REST::ListResource::new
   # File lib/twilio-ruby/rest/frontline_api/v1/user.rb
20 def initialize(version)
21   super(version)
22 
23   # Path Solution
24   @solution = {}
25 end

Public Instance Methods

to_s() click to toggle source

Provide a user friendly representation

   # File lib/twilio-ruby/rest/frontline_api/v1/user.rb
29 def to_s
30   '#<Twilio.FrontlineApi.V1.UserList>'
31 end