Sha256: 0dcdfefefc470a82b10127b4339081f7874dff562bccf33ed682f7f886e751fc
Contents?: true
Size: 443 Bytes
Versions: 31
Compression:
Stored size: 443 Bytes
Contents
# This REST endpoint is only available to accounts with admin privileges # This code is untested. module SurveyGizmo::API class AccountTeams include SurveyGizmo::Resource attribute :id, Integer attribute :teamid, Integer attribute :teamname, String attribute :color, String attribute :default_role, String attribute :status, String @route = '/accountteams' end end
Version data entries
31 entries across 31 versions & 1 rubygems