struct Options
- Options
- Struct
- Value
- Object
Defined in:
chronic.crConstructors
Instance Method Summary
- #command : String?
- #command=(command : Nil | String)
- #days : Int32
- #days=(days : Int32)
- #format : String
- #format=(format : String)
- #hours : Int32
- #hours=(hours : Int32)
- #input : String
- #input=(input : String)
- #minutes : Int32
- #minutes=(minutes : Int32)
- #seconds : Int32
- #seconds=(seconds : Int32)
- #separator : String
- #separator=(separator : String)
- #sleep : Bool
- #sleep=(sleep : Bool)
Constructor Detail
def self.new(input : String = "%s", days : Int32 = 0, hours : Int32 = 0, minutes : Int32 = 0, seconds : Int32 = 0, format : String = "%s", separator : String = "\n", sleep : Bool = false, command : String | Nil = nil)
#