Module: RightGit::Git::BelongsToRepository

Included in:
Branch, BranchCollection, Commit, Tag
Defined in:
lib/right_git/git/belongs_to_repository.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#repoObject (readonly)

Returns the value of attribute repo.



3
4
5
# File 'lib/right_git/git/belongs_to_repository.rb', line 3

def repo
  @repo
end

Instance Method Details

#loggerObject



5
6
7
# File 'lib/right_git/git/belongs_to_repository.rb', line 5

def logger
  repo.logger
end