2020-12-05 18:27:49 +08:00

251 B

Petstore::Client

Properties

Name Type Description Notes
client String [optional]

Example

require 'petstore'

instance = Petstore::Client.new(
  client: null
)