Class: GitExplorer::GitStatus
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
13 14 15 |
# File 'lib/git_explorer.rb', line 13 def branch @branch end |
#files ⇒ Object
Returns the value of attribute files
13 14 15 |
# File 'lib/git_explorer.rb', line 13 def files @files end |
#project_name ⇒ Object
Returns the value of attribute project_name
13 14 15 |
# File 'lib/git_explorer.rb', line 13 def project_name @project_name end |
#status ⇒ Object
Returns the value of attribute status
13 14 15 |
# File 'lib/git_explorer.rb', line 13 def status @status end |