Class: Paddle::Classic::ProductsResource

Inherits:
Resource
  • Object
show all
Defined in:
lib/paddle/classic/resources/products.rb

Instance Attribute Summary

Attributes inherited from Resource

#client

Instance Method Summary collapse

Methods inherited from Resource

#initialize

Constructor Details

This class inherits a constructor from Paddle::Classic::Resource

Instance Method Details

#listObject



4
5
6
7
# File 'lib/paddle/classic/resources/products.rb', line 4

def list
  response = post_request("2.0/product/get_products")
  Collection.from_response(response, type: Product, key: "products")
end