module SFKB
A helper library for using the Salesforce Knowledge
base in Ruby.
Public Class Methods
new(*args)
click to toggle source
# File lib/sfkb.rb, line 10 def self.new(*args) Client.new(*args) end
A helper library for using the Salesforce Knowledge
base in Ruby.
# File lib/sfkb.rb, line 10 def self.new(*args) Client.new(*args) end