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

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

Overview

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

Instance Method Summary collapse

Constructor Details

#initialize(version) ⇒ JobList

Initialize the JobList

Parameters:

  • version (Version)

    Version that contains the resource



21
22
23
24
25
26
# File 'lib/twilio-ruby/rest/bulkexports/v1/export/job.rb', line 21

def initialize(version)
  super(version)

  # Path Solution
  @solution = {}
end

Instance Method Details

#to_sObject

Provide a user friendly representation



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

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