class Durian::Option::Specify

Defined in:

durian/option.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 through : Array(Tuple(Socket::IPAddress, Protocol)) #

[View source]
def through=(through : Array(Tuple(Socket::IPAddress, Protocol))) #

[View source]
def withPort : Bool | Nil #

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

[View source]