(version: string)
| 33 | } |
| 34 | |
| 35 | public setVersion(version: string): this { |
| 36 | this.document.info.version = version; |
| 37 | return this; |
| 38 | } |
| 39 | |
| 40 | public setTermsOfService(termsOfService: string): this { |
| 41 | this.document.info.termsOfService = termsOfService; |
no outgoing calls
no test coverage detected