Sha256: e005c88fc941367f12f7ca610f1cca965a9726a65e148237043b5c4b4f7288fc
Contents?: true
Size: 340 Bytes
Versions: 17
Compression:
Stored size: 340 Bytes
Contents
module SugarCRM; class Connection # Retrieves the ID of the default team of the user # who is logged into the current session. def get_user_team_id login! unless logged_in? json = <<-EOF { \"session\": \"#{@session}\" } EOF json.gsub!(/^\s{6}/,'') send!(:get_user_team_id, json) end end; end
Version data entries
17 entries across 17 versions & 1 rubygems