struct ScheduledTime
- ScheduledTime
- Struct
- Value
- Object
Included Modules
- YAML::Serializable
Defined in:
config.crConstructors
- .new(days : UInt32 = 0, hours : UInt32 = 0, minutes : UInt32 = 0, seconds : UInt32 = 0, nanoseconds : UInt32 = 0)
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Instance Method Summary
- #clone
- #copy_with(days _days = @days, hours _hours = @hours, minutes _minutes = @minutes, seconds _seconds = @seconds, nanoseconds _nanoseconds = @nanoseconds)
- #days : UInt32
- #hours : UInt32
- #minutes : UInt32
- #nanoseconds : UInt32
- #seconds : UInt32
Constructor Detail
def self.new(days : UInt32 = 0, hours : UInt32 = 0, minutes : UInt32 = 0, seconds : UInt32 = 0, nanoseconds : UInt32 = 0)
#
Instance Method Detail
def copy_with(days _days = @days, hours _hours = @hours, minutes _minutes = @minutes, seconds _seconds = @seconds, nanoseconds _nanoseconds = @nanoseconds)
#