module Inputs::Shared::Parser

Included Modules

Direct including types

Defined in:

inputs/shared/parser.cr

Macro Summary

Instance Method Summary

Macro Detail

macro property_parser #

[View source]

Instance Method Detail

def _parse_int(value) : Int32 #

[View source]
def _parse_string(value) : String #

[View source]
def _parse_time(value) : Time #

[View source]
def errors : Hash(String, String) #

[View source]
def errors=(errors : Hash(String, String)) #

[View source]