Class: GitExplorer::GitStatus
- Inherits:
-
Struct
- Object
- Struct
- GitExplorer::GitStatus
- Defined in:
- lib/git_explorer.rb
Instance Attribute Summary collapse
-
#branch ⇒ Object
Returns the value of attribute branch.
-
#files ⇒ Object
Returns the value of attribute files.
-
#project_name ⇒ Object
Returns the value of attribute project_name.
-
#status ⇒ Object
Returns the value of attribute status.
Instance Attribute Details
#branch ⇒ Object
Returns the value of attribute branch
7 8 9 |
# File 'lib/git_explorer.rb', line 7 def branch @branch end |
#files ⇒ Object
Returns the value of attribute files
7 8 9 |
# File 'lib/git_explorer.rb', line 7 def files @files end |
#project_name ⇒ Object
Returns the value of attribute project_name
7 8 9 |
# File 'lib/git_explorer.rb', line 7 def project_name @project_name end |
#status ⇒ Object
Returns the value of attribute status
7 8 9 |
# File 'lib/git_explorer.rb', line 7 def status @status end |