Module: Coderbits
- Defined in:
- lib/coderbits.rb,
lib/coderbits/client.rb,
lib/coderbits/version.rb
Defined Under Namespace
Constant Summary collapse
- VERSION =
"1.0.0"
Class Method Summary collapse
-
.get(username, options = {}) ⇒ Object
alias for Coderbits::Client.new.get.
-
.new(options = {}) ⇒ Object
alias for Coderbits::Client.new.
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, = {} Coderbits::Client.new.get username, end |
.new(options = {}) ⇒ Object
alias for Coderbits::Client.new
11 12 13 |
# File 'lib/coderbits.rb', line 11 def new = {} Coderbits::Client.new end |