Class: Overcommit::GitRepo::Submodule
- Inherits:
-
Struct
- Object
- Struct
- Overcommit::GitRepo::Submodule
- Defined in:
- lib/overcommit/git_repo.rb
Overview
Contains information about a registered submodule.
Instance Attribute Summary collapse
-
#path ⇒ Object
Returns the value of attribute path.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Attribute Details
#path ⇒ Object
Returns the value of attribute path
214 215 216 |
# File 'lib/overcommit/git_repo.rb', line 214 def path @path end |
#url ⇒ Object
Returns the value of attribute url
214 215 216 |
# File 'lib/overcommit/git_repo.rb', line 214 def url @url end |