Class: GitMulticast::Adapter::Bitbucket
- Inherits:
-
Object
- Object
- GitMulticast::Adapter::Bitbucket
- Defined in:
- lib/git_multicast/adapter/bitbucket.rb
Instance Method Summary collapse
- #adapt ⇒ Object
-
#initialize(repo) ⇒ Bitbucket
constructor
A new instance of Bitbucket.
Constructor Details
#initialize(repo) ⇒ Bitbucket
Returns a new instance of Bitbucket.
4 5 6 |
# File 'lib/git_multicast/adapter/bitbucket.rb', line 4 def initialize(repo) @repo = repo end |
Instance Method Details
#adapt ⇒ Object
8 9 10 |
# File 'lib/git_multicast/adapter/bitbucket.rb', line 8 def adapt make_struct(repo_hash) end |