class EWayClient::QueryListProvincesResponse

Private Instance Methods

default_provinces() click to toggle source
# File lib/e_way_client/responses/query_list_provinces_response.rb, line 8
def default_provinces
  data.map { |hash| Province.new(hash) }
end