Class: Ppl::Format::PostalAddress

Inherits:
Object
  • Object
show all
Defined in:
lib/ppl/format/postal_address.rb

Defined Under Namespace

Classes: MultiLine, OneLine

Instance Method Summary collapse

Instance Method Details

#process(postal_address) ⇒ Object

Raises:

  • (NotImplementedError)


3
4
5
# File 'lib/ppl/format/postal_address.rb', line 3

def process(postal_address)
  raise NotImplementedError
end