yard icon indicating copy to clipboard operation
yard copied to clipboard

What is the proper way to document a class returned from Data.define?

Open jcouball opened this issue 1 year ago • 8 comments

I am curious how I should document the following:

Milestone = Data.define(:id, :summary, :status)

Such that YARD shows Milestone as a class with the attributes listed above. I can't seem to make it work.

jcouball avatar Feb 09 '24 16:02 jcouball