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
8 9 10 |
# File 'lib/git_explorer.rb', line 8 def branch @branch end |
#files ⇒ Object
Returns the value of attribute files
8 9 10 |
# File 'lib/git_explorer.rb', line 8 def files @files end |
#project_name ⇒ Object
Returns the value of attribute project_name
8 9 10 |
# File 'lib/git_explorer.rb', line 8 def project_name @project_name end |
#status ⇒ Object
Returns the value of attribute status
8 9 10 |
# File 'lib/git_explorer.rb', line 8 def status @status end |