Class used to call the Categories product.
Sections
Methods
- G
Public
Instance Public methods
get()
Link
Get information about all Plaid categories
Does a POST /categories/get call to retrieve a list of all categories.
Returns
Returns the CategoriesResponse object with a list of categories.
Source: show
# File lib/plaid/products/categories.rb, line 9 def get CategoriesResponse.new(client.post('categories/get', {})) end