lib/business_central/object/currency.rb in business-central-1.0.2 vs lib/business_central/object/currency.rb in business-central-1.0.3

- old
+ new

@@ -20,18 +20,8 @@ :get, :post, :patch, :delete ].freeze - - def initialize(client, company_id:) - super(client, company_id: company_id) - @parent_path = [ - { - path: 'companies', - id: company_id - } - ] - end end end end