module Tiqets::Resources::Product
Public Instance Methods
find_product(id, params = {})
click to toggle source
# File lib/tiqets/resources/product.rb, line 4 def find_product(id, params = {}) response = get("products/#{id}", params, 'product') Product.new(response) end