class Yogurt::Config
- Yogurt::Config
- Reference
- Object
Defined in:
yogurt/config.crConstructors
Class Method Summary
Instance Method Summary
- #createFlag : CreateFlag
- #createFlag=(createFlag : CreateFlag)
- #emailAddress : EmailAddress | Nil
- #emailAddress=(emailAddress : EmailAddress | Nil)
- #iterations : Int64
- #iterations=(iterations : Int64)
- #length : Int32
- #length=(length : Int32)
- #parse(args : Array(String))
- #pinCode : PinCode | Nil
- #pinCode=(pinCode : PinCode | Nil)
- #showMasterKey : Bool | Nil
- #showMasterKey=(showMasterKey : Bool | Nil)
- #titleFlag : TitleFlag
- #titleFlag=(titleFlag : TitleFlag)
- #userName : UserName | Nil
- #userName=(userName : UserName | Nil)
- #withSymbol : Bool
- #withSymbol=(withSymbol : Bool)