Method: Correios::AddressSearchResponse#initialize

Defined in:
lib/correios/address_search_response.rb

#initialize(html_body) ⇒ AddressSearchResponse

Returns a new instance of AddressSearchResponse.



9
10
11
# File 'lib/correios/address_search_response.rb', line 9

def initialize(html_body)
  @body = html_body
end