Module: Coderbits

Defined in:
lib/coderbits.rb,
lib/coderbits/client.rb,
lib/coderbits/version.rb

Defined Under Namespace

Classes: Client, Object

Constant Summary collapse

VERSION =
"1.0.0"

Class Method Summary collapse

Class Method Details

.get(username, options = {}) ⇒ Object

alias for Coderbits::Client.new.get



16
17
18
# File 'lib/coderbits.rb', line 16

def get username, options = {}
  Coderbits::Client.new.get username, options
end

.new(options = {}) ⇒ Object

alias for Coderbits::Client.new



11
12
13
# File 'lib/coderbits.rb', line 11

def new options = {}
  Coderbits::Client.new options
end