class Twilio::REST::Bulkexports::V1::ExportList::JobList
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/bulkexports/v1/export/job.rb 19 def initialize(version) 20 super(version) 21 22 # Path Solution 23 @solution = {} 24 end
Public Instance Methods
to_s()
click to toggle source
Provide a user friendly representation
# File lib/twilio-ruby/rest/bulkexports/v1/export/job.rb 28 def to_s 29 '#<Twilio.Bulkexports.V1.JobList>' 30 end