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



13
14
15
# File 'lib/git_explorer.rb', line 13

def branch
  @branch
end

#filesObject

Returns the value of attribute files

Returns:

  • (Object)

    the current value of files



13
14
15
# File 'lib/git_explorer.rb', line 13

def files
  @files
end

#project_nameObject

Returns the value of attribute project_name

Returns:

  • (Object)

    the current value of project_name



13
14
15
# File 'lib/git_explorer.rb', line 13

def project_name
  @project_name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



13
14
15
# File 'lib/git_explorer.rb', line 13

def status
  @status
end