docs/ErrorItemStatistics.md in messente_api-1.4.0 vs docs/ErrorItemStatistics.md in messente_api-2.1.0

- old
+ new

@@ -1,21 +1,22 @@ # MessenteApi::ErrorItemStatistics ## Properties -Name | Type | Description | Notes ------------- | ------------- | ------------- | ------------- -**title** | **String** | Error title | -**details** | **String** | Error details | -**code** | [**ErrorCodeStatistics**](ErrorCodeStatistics.md) | | +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **title** | **String** | Error title | | +| **details** | **String** | Error details | | +| **code** | [**ErrorCodeStatistics**](ErrorCodeStatistics.md) | | | -## Code Sample +## Example ```ruby -require 'MessenteApi' +require 'messente_api' -instance = MessenteApi::ErrorItemStatistics.new(title: null, - details: null, - code: null) +instance = MessenteApi::ErrorItemStatistics.new( + title: null, + details: null, + code: null +) ``` -