class Durian::Option::Specify

Defined in:

durian/option/specify.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def from : String #

[View source]
def from=(from : String) #

[View source]
def isRegex : Bool | Nil #

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

[View source]
def isStrict : Bool | Nil #

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

[View source]
def throughs : Array(Resolver::Server) #

[View source]
def throughs=(throughs : Array(Resolver::Server)) #

[View source]
def withPort : Bool | Nil #

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

[View source]