Module: Bugcrowd

Defined in:
lib/bugcrowd.rb,
lib/bugcrowd/client.rb,
lib/bugcrowd/version.rb,
lib/bugcrowd/client/bounties.rb

Defined Under Namespace

Classes: Client

Constant Summary collapse

VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.clientObject



7
8
9
# File 'lib/bugcrowd.rb', line 7

def client
  @client ||= Bugcrowd::Client.new
end