Module: Rubypostal

Defined in:
lib/rubypostal.rb,
lib/rubypostal/version.rb,
lib/rubypostal/libpostal_wrapper.rb,
lib/rubypostal/address_parser_options.rb,
lib/rubypostal/address_pareser_response.rb,
lib/rubypostal/address_normalize_options.rb

Overview

The main module for the gem

Defined Under Namespace

Modules: LibpostalWrapper, Wrapper Classes: AddressParserOptions, AddressParserResponse, AdressNormalizeOptions

Constant Summary collapse

VERSION =
"0.1.2"

Class Method Summary collapse

Class Method Details

.expand_address(address) ⇒ Object



76
77
78
# File 'lib/rubypostal.rb', line 76

def self.expand_address(address)
  Wrapper.expand_address(address)
end

.parse_address(address) ⇒ Object



72
73
74
# File 'lib/rubypostal.rb', line 72

def self.parse_address(address)
  Wrapper.parse_address(address)
end