Closed nicksieger closed 6 years ago
@inherits
enum
Example:
# @model # @inherits enum<one,two,three> class MyEnum end # @model # @property [MyEnum] myEnum class ContainsEnumProperty end
@inherits
to be used to "typedef" another type/schema, e.g.,enum
s.Example: