class Prestashop::Mapper::TaxRule

Public Class Methods

get_by_id_country(id) click to toggle source
# File lib/prestashop/mapper/models/tax_rule.rb, line 9
def get_by_id_country id 
  where 'filter[id_country]' => id, display: 'full'
end