Class: Bitbucket2::Client

Inherits:
Object
  • Object
show all
Includes:
Restroom
Defined in:
lib/bitbucket2/client.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeClient

Returns a new instance of Client.



11
12
# File 'lib/bitbucket2/client.rb', line 11

def initialize
end

Class Method Details

.stack(config) ⇒ Object



14
15
16
# File 'lib/bitbucket2/client.rb', line 14

def self.stack(config)
  Bitbucket2.configuration.stack.call(config) if Bitbucket2.configuration.stack
end