module Bugcrowd::Client::Bounties

Public Instance Methods

list_bounties() click to toggle source
# File lib/bugcrowd/client/bounties.rb, line 4
def list_bounties
  response = Client.new.get('/bounties')
end