Class: GitExplorer::GitStatus

Inherits:
Struct
  • Object
show all
Defined in:
lib/git_explorer.rb

Instance Attribute Summary collapse

Instance Attribute Details

#branchObject

Returns the value of attribute branch

Returns:

  • (Object)

    the current value of branch



7
8
9
# File 'lib/git_explorer.rb', line 7

def branch
  @branch
end

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



7
8
9
# File 'lib/git_explorer.rb', line 7

def files
  @files
end

#project_nameObject

Returns the value of attribute project_name

Returns:

  • (Object)

    the current value of project_name



7
8
9
# File 'lib/git_explorer.rb', line 7

def project_name
  @project_name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



7
8
9
# File 'lib/git_explorer.rb', line 7

def status
  @status
end