Class: Twilio::REST::Bulkexports::V1::ExportList::JobList

Inherits:
ListResource
  • Object
show all
Defined in:
lib/twilio-ruby/rest/bulkexports/v1/export/job.rb

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ JobList

Initialize the JobList

Parameters:

  • version (Version)

    Version that contains the resource



27
28
29
30
31
32
33
# File 'lib/twilio-ruby/rest/bulkexports/v1/export/job.rb', line 27

def initialize(version)
    super(version)
    # Path Solution
    @solution = {  }
    
    
end

Instance Method Details

#to_sObject

Provide a user friendly representation



38
39
40
# File 'lib/twilio-ruby/rest/bulkexports/v1/export/job.rb', line 38

def to_s
    '#<Twilio.Bulkexports.V1.JobList>'
end