lib/tickethub/supplier/product.rb in tickethub-0.2.14 vs lib/tickethub/supplier/product.rb in tickethub-0.2.15

- old
+ new

@@ -55,11 +55,7 @@ attribute :updated_at, type: :datetime def resellers Collection.new @endpoint['/supplier/resellers'], Supplier::Reseller, filters: { products: [id] } end - - def settings - @endpoint[:settings].get.decoded - end end end \ No newline at end of file