class Schedule
- Schedule
- Reference
- Object
Overview
The Schedule
class represents the schedule for an event.
It includes properties for the schedule's interval and timezone.
Included Modules
- YAML::Serializable
Defined in:
runway/models/config.crConstructors
Instance Method Summary
-
#interval : String
@return [String] The interval for the schedule.
-
#interval=(interval : String)
@return [String] The interval for the schedule.
-
#timezone : String | Nil
@return [String, nil] The timezone for the schedule, or
nil
if not specified. -
#timezone=(timezone : String | Nil)
@return [String, nil] The timezone for the schedule, or
nil
if not specified.
Constructor Detail
Instance Method Detail
def timezone : String | Nil
#
@return [String, nil] The timezone for the schedule, or nil
if not specified.
def timezone=(timezone : String | Nil)
#
@return [String, nil] The timezone for the schedule, or nil
if not specified.