docs/RenameFolderData.md in docspring-1.4.1 vs docs/RenameFolderData.md in docspring-2.0.0

- old
+ new

@@ -1,8 +1,18 @@ # DocSpring::RenameFolderData ## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**name** | **String** | | +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **name** | **String** | | | + +## Example + +```ruby +require 'docspring' + +instance = DocSpring::RenameFolderData.new( + name: null +) +```