Files
hatchet/sdks/ruby/examples
Gabe Ruttner 9692d0d2f3 feat(ruby): initial commit (#2086)
* initial commit

* init readme

* add gem-release

* tests

* lock file

* init examples

* bundle name

* feat: config

* example

* wip

* init api

* fix patch

* fix patch

* wip events feature

* runs client

* complete feature clients

* modern style

* cleanup

* rm generated

* since

* fix examples

* tests

* alpha

* rest

* rm rest

* fix: pre-commit

---------

Co-authored-by: mrkaye97 <mrkaye97@gmail.com>
2025-09-11 12:52:29 -04:00
..
2025-09-11 12:52:29 -04:00
2025-09-11 12:52:29 -04:00

Hatchet Ruby Examples

This directory contains examples demonstrating how to use the Hatchet Ruby SDK.

Setup

  1. Install dependencies:
    bundle install
    

Examples

Hello World (hello_world.rb)

A simple example that demonstrates basic usage of the Hatchet gem.

Run with:

bundle exec ruby hatchet_client.rb