lib/easypost/customs_info.rb in easypost-3.1.4 vs lib/easypost/customs_info.rb in easypost-3.1.5

- old
+ new

@@ -1,9 +1,5 @@ -module EasyPost - class CustomsInfo < Resource - - def self.all(filters={}, api_key=nil) - raise NotImplementedError.new('CustomsInfo.all not implemented.') - end - +class EasyPost::CustomsInfo < EasyPost::Resource + def self.all(filters={}, api_key=nil) + raise NotImplementedError.new('CustomsInfo.all not implemented.') end end