module IAuditor
require 'iAuditor/models/audit'
Constants
- VERSION
Public Class Methods
client(token)
click to toggle source
# File lib/iAuditor.rb, line 12 def client(token) IAuditor::Base.new(token) end
token(user, pass, grant)
click to toggle source
# File lib/iAuditor.rb, line 16 def token(user, pass, grant) IAuditor::Base.token(user, pass, grant) end