struct Postal::ParserOptions

Defined in:

postal/parser_options.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(internal : Libpostal::AddressParserOptions = Libpostal.libpostal_get_address_parser_default_options) #

[View source]

Instance Method Detail

def country #

[View source]
def country=(str : String) #

[View source]
def internal : Libpostal::AddressParserOptions #

[View source]
def language #

[View source]
def language=(str : String) #

[View source]
def to_unsafe : Libpostal::AddressParserOptions #

[View source]