lib/twilio-ruby/rest/bulkexports/v1/export.rb in twilio-ruby-6.0.0.pre.rc.3 vs lib/twilio-ruby/rest/bulkexports/v1/export.rb in twilio-ruby-6.0.0
- old
+ new
@@ -88,16 +88,12 @@
# @return [ExportCustomJobList]
# @return [ExportCustomJobContext]
def export_custom_jobs
unless @export_custom_jobs
@export_custom_jobs = ExportCustomJobList.new(
- @version,
- export_resource_type: @solution[:resource_type]
-
- )
+ @version, resource_type: @solution[:resource_type], )
end
-
@export_custom_jobs
end
##
# Access the days
# @return [DayList]
@@ -110,13 +106,10 @@
return DayContext.new(@version, @solution[:resource_type],day )
end
unless @days
@days = DayList.new(
- @version,
- export_resource_type: @solution[:resource_type]
-
- )
+ @version, resource_type: @solution[:resource_type], )
end
@days
end