Class: Gitit::Git
- Inherits:
-
Object
- Object
- Gitit::Git
- Defined in:
- lib/gitit/git.rb
Overview
Instance Attribute Summary collapse
-
#branches ⇒ Object
readonly
Returns the value of attribute branches.
-
#config ⇒ Object
readonly
Returns the value of attribute config.
-
#repo ⇒ Object
readonly
Returns the value of attribute repo.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
Instance Method Summary collapse
-
#initialize(location) ⇒ Git
constructor
————————————————————————- ————————————————————————-.
Constructor Details
Instance Attribute Details
#branches ⇒ Object (readonly)
Returns the value of attribute branches.
16 17 18 |
# File 'lib/gitit/git.rb', line 16 def branches @branches end |
#config ⇒ Object (readonly)
Returns the value of attribute config.
14 15 16 |
# File 'lib/gitit/git.rb', line 14 def config @config end |
#repo ⇒ Object (readonly)
Returns the value of attribute repo.
13 14 15 |
# File 'lib/gitit/git.rb', line 13 def repo @repo end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
15 16 17 |
# File 'lib/gitit/git.rb', line 15 def status @status end |