module MistralClient
Constants
- VERSION
Public Class Methods
new(base = nil, options = {})
click to toggle source
# File lib/mistral_client.rb, line 19 def new(base = nil, options = {}) Client.new(base, options) end