Class: Bitbucket2::Client
- Inherits:
-
Object
- Object
- Bitbucket2::Client
- Includes:
- Restroom
- Defined in:
- lib/bitbucket2/client.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ Client
constructor
A new instance of Client.
Constructor Details
#initialize ⇒ Client
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 |