class Object

Public Instance Methods

Bitly4R(ops={}) click to toggle source

Constructs a SimpleClient with the usual Hash of arguments.

   # File lib/bitly4r/definitions.rb
11 def Bitly4R(ops={})
12         #      general options
13         Bitly4R::SimpleClient.new(ops)
14 end