Sha256: d8d5c0da4a8a6b28474428d13bc68780a1ccf72329d3cdec931d3441fbd74d7b

Contents?: true

Size: 226 Bytes

Versions: 1

Compression:

Stored size: 226 Bytes

Contents

module ExtendWarranties
  module Api
    class Plans < Base

      def all(store_id, args = {})
        resp = connection.get "/offers/list?storeId=#{store_id}", args

        handle_response(resp)
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
extend_warranties-0.1.0 lib/extend_warranties/api/plans.rb