Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 251 Bytes

File metadata and controls

18 lines (12 loc) · 251 Bytes

Petstore::Client

Properties

Name Type Description Notes
client String [optional]

Example

require 'petstore'

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