Module: Gerry

Defined in:
lib/gerry.rb,
lib/gerry/client.rb,
lib/gerry/version.rb,
lib/gerry/api/access.rb,
lib/gerry/api/groups.rb,
lib/gerry/api/changes.rb,
lib/gerry/api/request.rb,
lib/gerry/api/accounts.rb,
lib/gerry/api/branches.rb,
lib/gerry/api/projects.rb

Defined Under Namespace

Modules: Api Classes: Client

Constant Summary collapse

VERSION =
"0.1.6"

Class Method Summary collapse

Class Method Details

.new(url, username = nil, password = nil) ⇒ Gerry::Client

Alias for Gerry::Client.new

Returns:



8
9
10
# File 'lib/gerry.rb', line 8

def new(url, username = nil, password = nil)
  Gerry::Client.new(url, username, password)
end