class Yogurt::Config

Defined in:

yogurt/config.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Class Method Detail

def self.parse(args : Array(String)) #

[View source]

Instance Method Detail

def createFlag : CreateFlag #

[View source]
def createFlag=(createFlag : CreateFlag) #

[View source]
def emailAddress : EmailAddress | Nil #

[View source]
def emailAddress=(emailAddress : EmailAddress | Nil) #

[View source]
def iterations : Int64 #

[View source]
def iterations=(iterations : Int64) #

[View source]
def length : Int32 #

[View source]
def length=(length : Int32) #

[View source]
def parse(args : Array(String)) #

[View source]
def pinCode : PinCode | Nil #

[View source]
def pinCode=(pinCode : PinCode | Nil) #

[View source]
def showMasterKey : Bool | Nil #

[View source]
def showMasterKey=(showMasterKey : Bool | Nil) #

[View source]
def titleFlag : TitleFlag #

[View source]
def titleFlag=(titleFlag : TitleFlag) #

[View source]
def userName : UserName | Nil #

[View source]
def userName=(userName : UserName | Nil) #

[View source]
def withSymbol : Bool #

[View source]
def withSymbol=(withSymbol : Bool) #

[View source]