class ATS::CLI::ThreatGrid::Users
Public Instance Methods
activity(login)
click to toggle source
# File lib/ats/cli/threat_grid/users.rb, line 16 def activity(login) print_json api.users.activity(login) end
organization(login)
click to toggle source
# File lib/ats/cli/threat_grid/users.rb, line 11 def organization(login) print_json api.users.organization(login) end
rate_limit(login)
click to toggle source
# File lib/ats/cli/threat_grid/users.rb, line 26 def rate_limit(login) print_json api.users.rate_limit(login) end
samples(login)
click to toggle source
# File lib/ats/cli/threat_grid/users.rb, line 21 def samples(login) print_json api.users.samples(login) end
show(login)
click to toggle source
# File lib/ats/cli/threat_grid/users.rb, line 6 def show(login) print_json api.users.show(login) end