Class: Twilio::REST::Bulkexports::V1::ExportList::JobList
- Inherits:
-
ListResource
- Object
- ListResource
- Twilio::REST::Bulkexports::V1::ExportList::JobList
- Defined in:
- lib/twilio-ruby/rest/bulkexports/v1/export/job.rb
Instance Method Summary collapse
-
#initialize(version) ⇒ JobList
constructor
Initialize the JobList.
-
#to_s ⇒ Object
Provide a user friendly representation.
Constructor Details
#initialize(version) ⇒ JobList
Initialize the JobList
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_s ⇒ Object
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 |