Method: Webmaster.new

Defined in:
lib/webmaster.rb

.new(options = {}, &block) ⇒ Github::Client

Alias for Webmaster::Client.new

Returns:

  • (Github::Client)


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

def new(options = {}, &block)
  Webmaster::Client.new(:configuration => options, &block)
end