Module: RightGit::Git::BelongsToRepository
- Included in:
- Branch, BranchCollection, Commit, Tag
- Defined in:
- lib/right_git/git/belongs_to_repository.rb
Instance Attribute Summary collapse
-
#repo ⇒ Object
readonly
Returns the value of attribute repo.
Instance Method Summary collapse
Instance Attribute Details
#repo ⇒ Object (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
#logger ⇒ Object
5 6 7 |
# File 'lib/right_git/git/belongs_to_repository.rb', line 5 def logger repo.logger end |