Module: Bugcrowd::Client::Bounties

Included in:
Bugcrowd::Client
Defined in:
lib/bugcrowd/client/bounties.rb

Instance Method Summary collapse

Instance Method Details

#list_bountiesObject



4
5
6
# File 'lib/bugcrowd/client/bounties.rb', line 4

def list_bounties
  response = Client.new.get('/bounties')
end