class ExtendWarranties::Api::Plans

Public Instance Methods

all(store_id, args = {}) click to toggle source
# File lib/extend_warranties/api/plans.rb, line 5
def all(store_id, args = {})
  resp = connection.get "/offers/list?storeId=#{store_id}", args

  handle_response(resp)
end