class Options

Defined in:

crapi.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(port : UInt16 = 3000_u16, file_path : String = "data.yml") #

[View source]

Class Method Detail

def self.parse #

[View source]

Instance Method Detail

def file_path : String #

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

[View source]
def port : UInt16 #

[View source]
def port=(port : UInt16) #

[View source]