Class: GitReview::Provider::Bitbucket

Inherits:
Base
  • Object
show all
Includes:
Helpers
Defined in:
lib/git-review/provider/bitbucket.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#client

Instance Method Summary collapse

Methods inherited from Base

#get_request_by_number, #initialize, instance, #login, #method_missing, #repo_info_from_config, #respond_to?

Constructor Details

This class inherits a constructor from GitReview::Provider::Base

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class GitReview::Provider::Base

Instance Attribute Details

#bitbucketObject (readonly)

Returns the value of attribute bitbucket.



9
10
11
# File 'lib/git-review/provider/bitbucket.rb', line 9

def bitbucket
  @bitbucket
end

Instance Method Details

#configure_accessObject



11
12
# File 'lib/git-review/provider/bitbucket.rb', line 11

def configure_access
end

#source_repoObject



14
15
# File 'lib/git-review/provider/bitbucket.rb', line 14

def source_repo
end

#updateObject



17
18
19
# File 'lib/git-review/provider/bitbucket.rb', line 17

def update
  git_call('fetch origin')
end