lib/algolia/models/ingestion/schedule_trigger.rb in algolia-3.0.0.beta.4 vs lib/algolia/models/ingestion/schedule_trigger.rb in algolia-3.0.0.beta.5
- old
+ new
@@ -10,13 +10,13 @@
attr_accessor :type
# Cron expression for the task's schedule.
attr_accessor :cron
- # The last time the scheduled task ran in RFC3339 format.
+ # The last time the scheduled task ran in RFC 3339 format.
attr_accessor :last_run
- # The next scheduled run of the task in RFC3339 format.
+ # The next scheduled run of the task in RFC 3339 format.
attr_accessor :next_run
class EnumAttributeValidator
attr_reader :datatype
attr_reader :allowable_values