2024-10-19 15:10:45 +08:00

250 B

Petstore::Client

Properties

Name Type Description Notes
client String [optional]

Example

require 'petstore'

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