module Dialog
Constants
- VERSION
Public Class Methods
new(options = {})
click to toggle source
Alias for Dialog::Client.new
@return [Dialog::Client]
# File lib/dialog-api.rb, line 10 def new(options = {}) Dialog::Client.new(options) end
Private Instance Methods
new(options = {})
click to toggle source
Alias for Dialog::Client.new
@return [Dialog::Client]
# File lib/dialog-api.rb, line 10 def new(options = {}) Dialog::Client.new(options) end