class Incentivale::Resources::Product

Constants

ENDPOINTS

Public Instance Methods

all() click to toggle source
# File lib/incentivale/resources/product.rb, line 6
def all
  response = client.get(ENDPOINTS[:index])
  response.success ? response.products : response
end