Top Level Namespace
Defined Under Namespace
Modules: Bitly4R
Instance Method Summary collapse
-
#Bitly4R(ops = {}) ⇒ Object
Constructs a SimpleClient with the usual Hash of arguments.
Instance Method Details
#Bitly4R(ops = {}) ⇒ Object
Constructs a SimpleClient with the usual Hash of arguments.
11 12 13 14 |
# File 'lib/bitly4r/definitions.rb', line 11 def Bitly4R(ops={}) # general options Bitly4R::SimpleClient.new(ops) end |