Skip to content

chore: add inline documentation comments to client methods and types#4

Open
fern-api[bot] wants to merge 4 commits into
mainfrom
fern-bot/2026-06-25_21-13-26_737
Open

chore: add inline documentation comments to client methods and types#4
fern-api[bot] wants to merge 4 commits into
mainfrom
fern-bot/2026-06-25_21-13-26_737

Conversation

@fern-api

@fern-api fern-api Bot commented Jun 25, 2026

Copy link
Copy Markdown
Contributor

2.0.0 → 2.0.1

Add descriptive Ruby doc comments to all public client methods across
analytics, assistants, calls, campaigns, eval, files, insight,
observability scorecard, phone numbers, provider resources, squads,
structured outputs, and tools clients. Also add class-level doc comments
to over 30 type definitions. Additionally, update .fernignore to exclude
replay and gitattributes files.

Key changes:

  • Add method-level doc comments describing purpose, filters, and behavior for all CRUD operations across every resource client
  • Add class-level doc comments to type definitions (e.g., Analysis, Artifact, Assistant, AnalysisPlan, ArtifactPlan, and many more)
  • Update .fernignore to exclude .fern/replay.lock, .fern/replay.yml, and .gitattributes

🌿 Generated with Fern

@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-13-26_737 branch from d175bdb to b903a63 Compare June 25, 2026 21:52
@fern-api fern-api Bot changed the title chore: update .fernignore with internal config files chore: update .fernignore with internal Fern files Jun 29, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-13-26_737 branch from b903a63 to 33c02ac Compare June 29, 2026 20:59
@fern-api fern-api Bot changed the title chore: update .fernignore with internal Fern files chore: update .fernignore with internal Fern tooling files Jul 1, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-13-26_737 branch from 33c02ac to 33ac45a Compare July 1, 2026 16:52
@fern-api fern-api Bot changed the title chore: update .fernignore with internal Fern tooling files chore: update .fernignore with internal config files Jul 1, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-13-26_737 branch 2 times, most recently from 7a52909 to df41976 Compare July 1, 2026 18:18
@fern-api fern-api Bot changed the title chore: update .fernignore with internal config files chore: update .fernignore with internal Fern tooling files Jul 1, 2026
@fern-api fern-api Bot changed the title chore: update .fernignore with internal Fern tooling files chore: update .fernignore with internal config files Jul 2, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-13-26_737 branch 4 times, most recently from 3eca07c to ae9e58f Compare July 8, 2026 00:31
@fern-api fern-api Bot changed the title chore: update .fernignore with internal config files chore: update .fernignore with replay and gitattributes entries Jul 8, 2026
@fern-api fern-api Bot changed the title chore: update .fernignore with replay and gitattributes entries chore: update .fernignore with additional ignored files Jul 14, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-13-26_737 branch 2 times, most recently from 5f3a265 to 222f013 Compare July 14, 2026 20:04
@fern-api fern-api Bot changed the title chore: update .fernignore with additional ignored files chore: update .fernignore with replay and gitattributes entries Jul 14, 2026
@fern-api fern-api Bot changed the title chore: update .fernignore with replay and gitattributes entries chore: update .fernignore with additional ignored files Jul 15, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-13-26_737 branch 3 times, most recently from 9a809f3 to 58f1d2c Compare July 15, 2026 20:55
@fern-api fern-api Bot changed the title chore: update .fernignore with additional ignored files chore: update .fernignore with internal Fern files Jul 17, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-13-26_737 branch from 58f1d2c to 6a29650 Compare July 17, 2026 16:05
@fern-api fern-api Bot changed the title chore: update .fernignore with internal Fern files chore: add Fern replay and gitattributes files to .fernignore Jul 18, 2026
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-13-26_737 branch 2 times, most recently from 62dc602 to 4f93096 Compare July 20, 2026 18:03
@fern-api fern-api Bot changed the title chore: add Fern replay and gitattributes files to .fernignore chore: add inline documentation comments to client methods and types Jul 20, 2026
Generated by Fern
CLI Version: unknown
Generators:
  - fernapi/fern-ruby-sdk: 1.1.13
fern-api Bot added 3 commits July 20, 2026 18:06
… methods and types

Add descriptive Ruby doc comments to all public client methods across
analytics, assistants, calls, campaigns, eval, files, insight,
observability scorecard, phone numbers, provider resources, squads,
structured outputs, and tools clients. Also add class-level doc comments
to over 30 type definitions. Additionally, update .fernignore to exclude
replay and gitattributes files.

Key changes:
- Add method-level doc comments describing purpose, filters, and behavior for all CRUD operations across every resource client
- Add class-level doc comments to type definitions (e.g., `Analysis`, `Artifact`, `Assistant`, `AnalysisPlan`, `ArtifactPlan`, and many more)
- Update `.fernignore` to exclude `.fern/replay.lock`, `.fern/replay.yml`, and `.gitattributes`

🌿 Generated with Fern
Add descriptive Ruby doc comments to all public client methods across
analytics, assistants, calls, campaigns, eval, files, insight,
observability scorecard, phone numbers, provider resources, squads,
structured outputs, and tools clients. Also add class-level doc comments
to over 30 type definitions. Additionally, update .fernignore to exclude
replay and gitattributes files.

Key changes:
- Add method-level doc comments describing purpose, filters, and behavior for all CRUD operations across every resource client
- Add class-level doc comments to type definitions (e.g., `Analysis`, `Artifact`, `Assistant`, `AnalysisPlan`, `ArtifactPlan`, and many more)
- Update `.fernignore` to exclude `.fern/replay.lock`, `.fern/replay.yml`, and `.gitattributes`

🌿 Generated with Fern
@fern-api
fern-api Bot force-pushed the fern-bot/2026-06-25_21-13-26_737 branch from 4f93096 to 184b12a Compare July 20, 2026 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants