class Twilio::REST::Preview::BulkExports::ExportList::JobList
PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact help@twilio.com.
Public Class Methods
new(version)
click to toggle source
Initialize the JobList
@param [Version] version Version
that contains the resource @return [JobList] JobList
Calls superclass method
Twilio::REST::ListResource::new
# File lib/twilio-ruby/rest/preview/bulk_exports/export/job.rb 21 def initialize(version) 22 super(version) 23 24 # Path Solution 25 @solution = {} 26 end
Public Instance Methods
to_s()
click to toggle source
Provide a user friendly representation
# File lib/twilio-ruby/rest/preview/bulk_exports/export/job.rb 30 def to_s 31 '#<Twilio.Preview.BulkExports.JobList>' 32 end